Skip to content

Commit

Permalink
fix: frontend folder remove before container up
Browse files Browse the repository at this point in the history
  • Loading branch information
ADesBiysk committed Jun 27, 2023
1 parent 7a87c77 commit 542dbcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy_stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
docker pull ${{ env.REGISTRY }}/${{ env.REP_OWNER }}/${{ env.IMAGE_NAME }}:latest
docker-compose --file docker-compose.yaml stop
docker-compose --file docker-compose.yaml rm backend
docker-compose --file docker-compose.yaml rm frontend
rm -rf frontend
docker-compose --file docker-compose.yaml up -d
- name: Making migrations
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit 542dbcb

Please sign in to comment.