Skip to content

Commit

Permalink
fix: fix project path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji-soo708 committed Dec 28, 2024
1 parent d31cefb commit 91af0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
key: ${{ secrets.WAS_KEY }}
port: ${{ secrets.WAS_SSH_PORT }}
script: |
cd /home/ubuntu/dobby-backend/
cd /home/ubuntu/25th-Web-Team-2-BE/
sudo docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
sudo docker rm -f $(sudo docker ps -qa)
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPO }}
Expand Down

0 comments on commit 91af0f8

Please sign in to comment.