Skip to content

Commit

Permalink
Fix server folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Svidunovich authored and Kirill Svidunovich committed Nov 7, 2023
1 parent 9941f76 commit 28e96b2
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 @@ -94,7 +94,7 @@ jobs:
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
script: |
cd hakaton
cd /home/hr_praktikum
sudo docker compose down
sudo docker image rm ${{ secrets.DOCKERHUB_USERNAME }}/hr_praktikum_backend
sudo docker image rm ${{ secrets.DOCKERHUB_USERNAME }}/hr_praktikum_gateway
Expand Down

0 comments on commit 28e96b2

Please sign in to comment.