Skip to content

Commit

Permalink
fix: deploy.yml 폴더 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Song-EunJu committed Nov 16, 2022
1 parent c668673 commit a71d47a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
aws-region: ap-northeast-2

- name: Upload to S3 #3
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://9oormthon/deploy/$GITHUB_SHA.zip
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.zip s3://goormthon/deploy/$GITHUB_SHA.zip

- name: Code Deploy #4 // 1.code deploy 애플리케이션 이름/ 2. 배포 방법 설정 (한번에 배포) / 3. codedeploy 배포그룹명 / 4. s3위치
run: aws deploy create-deployment --application-name 9oormthon
--deployment-config-name CodeDeployDefault.OneAtATime
--deployment-group-name qa
--s3-location bucket=9oormthon,bundleType=zip,key=deploy/$GITHUB_SHA.zip
--s3-location bucket=goormthon,bundleType=zip,key=deploy/$GITHUB_SHA.zip

0 comments on commit a71d47a

Please sign in to comment.