Skip to content

Commit

Permalink
Merge pull request #23 from catchroom/develop
Browse files Browse the repository at this point in the history
Refact : 스크립트 파일 작성
  • Loading branch information
Parkgeonmoo authored Dec 25, 2023
2 parents e301379 + e71c0cb commit 018cf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# 압축파일 형태로 전달
- name: Make zip file
run: zip -r -qq -j ./CatchRoom.zip ./deploy
run: zip -r -qq -j ./$GITHUB_SHA.zip ./deploy



Expand All @@ -46,7 +46,7 @@ jobs:

# S3 Bucket으로 copy
- name: Deliver to AWS S3
run: aws s3 cp --region ap-northeast-2 --acl private ./$GITHUB_SHA.zip s3://catchroom-bucket/
run: aws s3 cp --region ap-northeast-2 --acl private ./$GITHUB_SHA.zip s3://catchroom-bucket/

- name: Code Deploy
run: |
Expand Down

0 comments on commit 018cf2f

Please sign in to comment.