Skip to content

Commit

Permalink
fix : gitAction fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HwangHarim committed Jul 1, 2024
1 parent e1b3a6f commit b99fc8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
username: ubuntu
key: ${{ secrets.PRIVATE_KEY }}
script: |
echo "${{ secrets.DOCKER_PASSWORD }}" | sudo docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/url-shortener
sudo docker stop server || true
Expand Down

0 comments on commit b99fc8a

Please sign in to comment.