Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] alpha 서버를 위한 CI/CD 테스트 #23

Merged
merged 15 commits into from
Nov 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
⚙️ chore: run 하는 docker image 이름 변경
  • Loading branch information
jinddings committed Nov 5, 2024
commit 318dd2d58871038f37cc651840f45d729c2f117f
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -70,8 +70,8 @@ jobs:
script: |
docker pull ${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}
docker stop ${{ env.DOCKER_IMAGE }} || true
docker rm juga-docker || true
docker rm pjm2476/juga-docker || true
docker run -d \
--name juga-docker \
-p 8080:8080 \
--name pjm2476/juga-docker \
-p 3000:3000 \
${{ env.DOCKER_IMAGE }}:${{ env.DOCKER_TAG }}