Skip to content

Commit

Permalink
[fix] 개발서버 ip 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jainefer committed Nov 5, 2024
1 parent e96b212 commit 7a7ce2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_deply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ jobs:
-e SPRINGDOC_SWAGGER_UI_OPERATIONS_SORTER=${{secrets.SPRINGDOC_SWAGGER_UI_OPERATIONS_SORTER}} \
-e SPRINGDOC_SWAGGER_UI_PATH=${{secrets.SPRINGDOC_SWAGGER_UI_PATH}} \
-e SPRING_DEVTOOLS_LIVERELOAD_ENABLE=${{secrets.SPRING_DEVTOOLS_LIVERELOAD_ENABLE}} \
${secrets.DOCKERHUB_USERNAME}/bill-api:latest
${{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 7a7ce2b

Please sign in to comment.