Skip to content

Commit

Permalink
Merge pull request #9 from emes-g/dev
Browse files Browse the repository at this point in the history
Fix: 오타 수정
  • Loading branch information
emes-g authored Jul 11, 2024
2 parents 87fda5f + 1b08058 commit 3d7d6f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

# 빌드 결과물 S3 버킷에 업로드
- name: upload to AWS S3
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$BUCKET_NAME/$PROJECT_NAME/$GITHUB_SHA.zip
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://$S3_BUCKET_NAME/$PROJECT_NAME/$GITHUB_SHA.zip

- name: deploy with AWS codeDeploy
run: aws deploy create-deployment \
Expand Down

0 comments on commit 3d7d6f5

Please sign in to comment.