Skip to content

Commit

Permalink
경로수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Jul 31, 2024
1 parent 6cc868e commit d27ebef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
port: ${{ secrets.SSH_PORT }}
script: |
docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" -p "${{ secrets.DOCKERHUB_TOKEN }}"
cd /workspace
cd /home/ubuntu/workspace
sudo docker-compose down
sudo docker rmi "${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:backend" || true
sudo docker pull "${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:backend"
Expand Down

0 comments on commit d27ebef

Please sign in to comment.