Skip to content

Commit

Permalink
Fix: github-actions.yml 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
adorableco committed Jun 5, 2024
1 parent 19bb5a7 commit 5530954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
script: |
sudo docker ps
sudo docker pull ${{ secrets.DOCKER_USERNAME }}/cherry_code
sudo docker run -d --network cherryCode_network -p 8080:8080 --protocol=tcp ${{ secrets.DOCKER_USERNAME }}/cherry_code
sudo docker run -d --network cherryCode_network -p 8080:8080 ${{ secrets.DOCKER_USERNAME }}/cherry_code
sudo docker image prune -f

0 comments on commit 5530954

Please sign in to comment.