Skip to content

Commit

Permalink
Merge pull request #6 from potathon/develop
Browse files Browse the repository at this point in the history
Develop - hot-fix#2: github-actions docker-compose script modify
  • Loading branch information
TopazKang authored Oct 2, 2024
2 parents 41bafc7 + dd6bff4 commit 0ae8b5a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/github-actions-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
- name: set env & deploy
run: |
cd /home/ubuntu/deploy/be
docker image prune -a -f
docker-compose -f docker-compose.back.yaml down
docker-compose -f docker-compose.back.yaml pull
docker-compose -f docker-compose.back.yaml up -d

0 comments on commit 0ae8b5a

Please sign in to comment.