Skip to content

Commit

Permalink
test: https test in ec2
Browse files Browse the repository at this point in the history
  • Loading branch information
KKardd committed Nov 21, 2024
1 parent 37a91d6 commit 90881a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
docker stop ibyeolnote-container || true
docker rm ibyeolnote-container || true
docker run -d -p 80:3000 --name ibyeolnote-container $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker run -d -p 443:3000 --name ibyeolnote-container $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
docker image prune -a -f
"
Expand Down

0 comments on commit 90881a9

Please sign in to comment.