Skip to content

Commit

Permalink
Update ContinuousIntegration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa13io authored Jun 9, 2024
1 parent a5e3254 commit 953aa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.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 concertify/ && sudo docker-compose down && git pull && sudo docker-compose build && sudo docker-compose up -d --force-recreate"
ssh target "cd concertify/ && sudo docker-compose down && git pull && ../setBackendAddress.sh && sudo docker-compose build && sudo docker-compose up -d --force-recreate"

0 comments on commit 953aa35

Please sign in to comment.