Skip to content

Commit

Permalink
Merge pull request #29 from billbill-project/fix/auth/v1
Browse files Browse the repository at this point in the history
[fix]workflows 수정
  • Loading branch information
jainefer authored Nov 6, 2024
2 parents 39cdaee + cd03790 commit 26101ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/dev_deply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
-e JWT_BILL_ACCESS_TOKEN_EXPIRED=${{secrets.JWT_BILL_ACCESS_TOKEN_EXPIRED}} \
-e JWT_BILL_REFRESH_TOKEN_EXPIRED=${{secrets.JWT_BILL_REFRESH_TOKEN_EXPIRED}} \
-e SPRINGDOC_API_DOCS_PATH=${{secrets.SPRINGDOC_API_DOCS_PATH}} \
-e SPRINGDOC_CACHE_DISABLED=${{secrets.SPRINGDOC_CACHE_DISABLED}} \
${{ secrets.DOCKERHUB_USERNAME }}/bill-api:latest
sudo docker rm $(sudo docker ps --filter 'status=exited' -a -q)
sudo docker image prune -a -f

0 comments on commit 26101ba

Please sign in to comment.