Skip to content

Commit

Permalink
Update: #158 cicd 파이프라인 내 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BYEONGRYEOL committed Sep 11, 2024
1 parent 38fc390 commit ff5a197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
ECR_REPOSITORY: genti-staging
IMAGE_TAG: latest
run: |
docker build -f ./Dockerfile_deploy -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker build -f ./Dockerfile_staging -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:
- name: Upload docker-compose, appspec, afterInstall file to S3
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
# Move back to the initial directory and upload the zip file to S3
cd ..
aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://S3_BUCKET_NAME_STAGING
aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$S3_BUCKET_NAME_STAGING
# Clean up the temporary directory
rm -rf temp_dir
Expand Down

0 comments on commit ff5a197

Please sign in to comment.