Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EUNCHAEv1006 authored Jan 15, 2024
1 parent d5c0ab0 commit e042955
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,7 @@ jobs:
key: ${{ secrets.AWS_SSH_KEY }}
port: 22
script: |
docker pull ${{ secrets.DOCKERHUB_USERNAME }}
docker rm -f $(docker ps -qa)
docker rmi ${{ secrets.DOCKERHUB_USERNAME }}/hhive
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/hhive
docker-compose up -d

0 comments on commit e042955

Please sign in to comment.