Skip to content

Commit

Permalink
Merge pull request #23 from billbill-project/fix/auth/v1
Browse files Browse the repository at this point in the history
[fix] 개발서버 ip 변경
  • Loading branch information
jainefer authored Nov 5, 2024
2 parents 4ef8333 + 29c1ba7 commit db9ac2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_deply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
fi
sudo docker tag jainefer/bill-api:latest bill-api
docker run --name bill-api -p 80:8080 \
docker run --name bill-api -d -p 80:8080 \
-e SPRING_DATASOURCE_URL=${{secrets.SPRING_DATASOURCE_URL}} \
-e SPRING_DATASOURCE_USERNAME=${{secrets.SPRING_DATASOURCE_USERNAME}} \
-e SPRING_DATASOURCE_PASSWORD=${{secrets.SPRING_DATASOURCE_PASSWORD}} \
Expand All @@ -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 db9ac2b

Please sign in to comment.