Skip to content

Commit

Permalink
Merge pull request #122 from Re-4aliens/develop
Browse files Browse the repository at this point in the history
2024-06-10 [Release Note]
  • Loading branch information
suhyun0918 authored Jun 10, 2024
2 parents a6d0355 + 868ca70 commit b0a8481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/friendship-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
script: |
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/${{ env.APP_NAME }}:latest
sudo docker stop $(docker ps -a -q)
sudo docker run -d --log-driver=syslog -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/${{ env.APP_NAME }}
sudo docker run -d --log-driver=syslog -p 443:8080 -e TZ=Asia/Seoul ${{ secrets.DOCKER_USERNAME }}/${{ env.APP_NAME }}
sudo docker rm $(docker ps --filter 'status=exited' -a -q)
sudo docker image prune -a -f

0 comments on commit b0a8481

Please sign in to comment.