Skip to content

Commit

Permalink
Merge branch 'Server/CD' of https://github.com/Sundae-Gukbap/Banchang…
Browse files Browse the repository at this point in the history
…o-AI into Server/CD
  • Loading branch information
Due-IT committed Sep 22, 2024
2 parents 103a947 + 64665a3 commit 957d3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ jobs:
script: |
docker pull ${{ secrets.SERVER_DOCKER_USERNAME }}/banchango:latest
docker stop $(docker ps -a -q)
docker run -d --log-driver=syslog -p 8080:8080 ${{ secrets.SERVER_DOCKER_USERNAME }}/bnchango:latest
docker run -d --log-driver=syslog -p 8080:8080 ${{ secrets.SERVER_DOCKER_USERNAME }}/banchango:latest
docker rm $(docker ps --filter 'status=exited' -a -q)
docker image prune -a -f

0 comments on commit 957d3dc

Please sign in to comment.