Skip to content

fix: Update Podman image build and deployment configuration path #3

fix: Update Podman image build and deployment configuration path

fix: Update Podman image build and deployment configuration path #3

Workflow file for this run

name: Podman build & deploy
on:
push:
workflow_dispatch:
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build Podman images
run: podman-compose -f docker-compose-deploy.yml build
- name: Deploy Podman images
run: podman-compose -f docker-compose-deploy.yml up -d