Skip to content

Commit

Permalink
fix: CodeDeploy 배포 문제 해결을 위해 배포 파일 유지
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Sep 28, 2024
1 parent e42b118 commit 9caf7c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:
echo "docker rm $(docker ps -aq)" >> scripts/deploy.sh
echo "docker run -p 8080:8080 -e PROFILE=dev -d --restart always --name gooiman-api $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG" >> scripts/deploy.sh
zip -r ${{ github.sha }}.zip .
aws s3 rm s3://gooiman-${{ env.ENVIRONMENT }}-deploy-bucket/ --recursive --include "*.zip"
aws s3 cp ${{ github.sha }}.zip s3://gooiman-${{ env.ENVIRONMENT }}-deploy-bucket/${{ github.sha }}.zip
Expand Down

0 comments on commit 9caf7c1

Please sign in to comment.