Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kangjuhyup authored Oct 7, 2024
1 parent 41e4830 commit 83f5a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ jobs:
docker pull ghcr.io/${{ github.repository }}/jhkang-intro:latest
docker stop jhkang-intro || true
docker rm jhkang-intro || true
docker run -d -p 3001:3001 --name jhkang-intro ghcr.io/${{ github.repository }}/jhkang-intro:latest
docker run -d -p 3000:3000 --name jhkang-intro ghcr.io/${{ github.repository }}/jhkang-intro:latest
EOF

0 comments on commit 83f5a56

Please sign in to comment.