Skip to content

Commit

Permalink
test: zip 롤백
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Oct 27, 2024
1 parent 4c9a523 commit 3015e9d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ jobs:
aws-region: 'ap-northeast-2'

- name: 빌드 내용 및 배포 파일 압축
run: tar cvfz ./$GITHUB_SHA.gz --exclude=node_modules --exclude=.env --exclude=src --exclude=README.md --exclude=.git --exclude=.gitignore .

# - name: 빌드 내용 및 배포 파일 압축
# run: tar cvfz ./$GITHUB_SHA.gz dist prisma schema scripts package.json pnpm-lock.yaml appspec.yml
run: tar cvfz ./$GITHUB_SHA.gz dist prisma schema scripts package.json pnpm-lock.yaml appspec.yml

- name: 압축 파일 S3 업로드
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.gz s3://${{secrets.AWS_BACKEND_S3_BUCKET}}/deployment/$GITHUB_SHA.gz
Expand Down

0 comments on commit 3015e9d

Please sign in to comment.