Skip to content

Commit

Permalink
fix: EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 19, 2024
1 parent 0f5025d commit 6b2eadd
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 @@ -61,7 +61,7 @@ jobs:
echo "docker rm -f codedeploy" >> scripts/deploy.sh
echo "docker rmi $ECR_REPOSITORY" >> scripts/deploy.sh
echo "docker pull $ECR_REPOSITORY" >> scripts/deploy.sh
echo "docker run -d --name codedeploy -p 8080:80 --restart always "$ECR_REPOSITORY" >> scripts/deploy.sh
echo "docker run -d --name codedeploy -p 8080:80 --restart always $ECR_REPOSITORY" >> scripts/deploy.sh
# S3에 업로드
- name: Upload to s3
Expand Down

0 comments on commit 6b2eadd

Please sign in to comment.