Skip to content

Commit

Permalink
Wow. So compose, so separate from docker
Browse files Browse the repository at this point in the history
  • Loading branch information
papko26 committed Nov 24, 2024
1 parent f6f3749 commit 3a390aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gtw_stack_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,5 +146,5 @@ jobs:
script: |
echo "${{ secrets.ENV_FILE }}" > ${{ env.DEPLOY_DIR }}/.env
cd ${{ env.DEPLOY_DIR }}
docker-compose pull
docker-compose up -d
docker compose pull
docker compose up -d

0 comments on commit 3a390aa

Please sign in to comment.