Skip to content

Commit

Permalink
Merge pull request #55 from dajeongdev/feature/github-actions
Browse files Browse the repository at this point in the history
chore : 컨테이너 포트 다시 80으로 수정
  • Loading branch information
dajeongdev committed Apr 5, 2024
2 parents 7cd7a29 + 3926510 commit 8e3286b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ jobs:
docker pull ${{ secrets.NCP_CONTAINER_REGISTRY }}/americanote
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker run -d -p 8009:8009 ${{ secrets.NCP_CONTAINER_REGISTRY }}/americanote
docker run -d -p 8009:80 ${{ secrets.NCP_CONTAINER_REGISTRY }}/americanote
docker image prune -f

0 comments on commit 8e3286b

Please sign in to comment.