This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
||||
script: |
|
||||
set -e
|
||||
cd ${{ env.REMOTE_PREPROD_PATH }}
|
||||
if ([ "${{ github.event.inputs.action }}" = "up" ]; then
|
||||
if [ "${{ github.event.inputs.action }}" = "up" ]; then
|
||||
docker compose -f docker-compose.yml up -d --build --remove-orphans --wait
|
||||
elif [ "${{ github.event.inputs.action }}" = "down" ]; then
|
||||
docker compose -f docker-compose.yml down || true
|
||||
|
||||
Reference in New Issue
Block a user