Skip to content

Commit

Permalink
chore: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Sion99 committed Jun 4, 2024
1 parent ca85e32 commit de36297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ jobs:
port: ${{ env.PORT }}
script: |
cd ${{ env.INSTANCE_PATH }}
docker stop aeye-backend-server || true
docker rm aeye-backend-server || true
docker stop savemyreceipt-server || true
docker rm savemyreceipt-server || true
docker rmi ${{ env.IMAGE_NAME }}:latest || true
docker pull ${{ env.IMAGE_NAME }}:${{ env.DATE }}-${{ env.COMMIT_SHA }}
docker tag ${{ env.IMAGE_NAME }}:${{ env.DATE }}-${{ env.COMMIT_SHA }} ${{ env.IMAGE_NAME }}:latest
Expand Down

0 comments on commit de36297

Please sign in to comment.