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 27, 2024
1 parent 0e2707c commit 37d36aa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
LogLevel ERROR
StrictHostKeyChecking no
END
echo $SSH_HOST
- name: Run deploy
run: |
ssh target "cd bounswe2024group11/ && docker-compose down && git pull && docker-compose build && docker-compose up -d --force-recreate"
ssh target "cd bounswe2024group11/backend/ && docker-compose down && git pull && docker-compose build && docker-compose up -d --force-recreate"

0 comments on commit 37d36aa

Please sign in to comment.