Use standalone deploy compose files
This commit is contained in:
@@ -21,7 +21,7 @@ jobs:
|
||||
cd /deploy/FlockPal-dev
|
||||
git fetch --all --prune
|
||||
git pull --ff-only
|
||||
docker compose -f docker-compose.yml -f docker-compose.dev.yaml up -d --build
|
||||
docker compose -f docker-compose.dev.yaml up -d --build
|
||||
|
||||
deploy-prod:
|
||||
if: ${{ github.event_name == 'workflow_dispatch' }}
|
||||
@@ -36,4 +36,4 @@ jobs:
|
||||
cd /deploy/FlockPal
|
||||
git fetch --all --prune
|
||||
git pull --ff-only
|
||||
docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d --build
|
||||
docker compose -f docker-compose.prod.yml up -d --build
|
||||
|
||||
Reference in New Issue
Block a user