Skip to content

Commit

Permalink
fix(devops): update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Meminseeker authored Apr 29, 2024
1 parent 12cd4d4 commit e261d86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
END
- name: Run deploy
run: |
ssh target "cd bounswe2024group11/backend/ && docker-compose down && git pull && docker-compose build && docker-compose up -d --force-recreate"
ssh target "cd bounswe2024group11/backend/ && docker-compose down && git stash && git pull && docker-compose build && docker-compose up -d --force-recreate"

0 comments on commit e261d86

Please sign in to comment.