Skip to content

Commit

Permalink
refactor: Update docker compose commands in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Armadillidiid committed Mar 17, 2024
1 parent 2d4082b commit 6b694fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
source ~/.bash_profile
cd "${{ secrets.TARGET_DIR }}"
docker compose pull app
docker compose stop app
docker compose pull
docker compose down
docker compose up -d
rm -f local_ssh_script-before-*.sh
docker system prune -af

0 comments on commit 6b694fa

Please sign in to comment.