Skip to content

Commit

Permalink
fix: edit typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kang1221 authored Apr 23, 2024
1 parent 372b3d3 commit 1ca522f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
#Deploy
deploy:
runs-on: ubuntu-latest
needs: docker-build-and-push
needs: docker-push
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -71,4 +71,4 @@ jobs:
sudo docker login -u ${{ secrets.DOCKERHUB_USERNAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
sudo docker pull ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${GITHUB_SHA::7}
sudo docker tag ${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:${GITHUB_SHA::7} donut
sudo docker-compose up -d --remove-orphans
sudo docker-compose up -d --remove-orphans

0 comments on commit 1ca522f

Please sign in to comment.