Skip to content

Commit

Permalink
Merge pull request #14 from TEAM-FLASH/dev
Browse files Browse the repository at this point in the history
Version 0.0 : 5차 배포 테스트
  • Loading branch information
JWJung-99 authored Nov 30, 2024
2 parents 2d9aafb + 11b2f2a commit 99e01a4
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 @@ -26,7 +26,7 @@ jobs:
run: pnpm build

- name: zip create
run: zip -qq -r build.zip build/
run: zip -qq -r ./build.zip .
shell: bash

- name: Configure AWS credentials
Expand All @@ -37,7 +37,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

- name: Upload to S3
run: aws s3 cp build.zip s3://toucheese-team4-s3/build.zip
run: aws s3 cp --region ap-northeast-2 ./build.zip s3:/toucheese-team4-s3/test-s3-highjoon/build.zip

- name: Verify S3 Upload
run: aws s3 ls s3://toucheese-team4-s3/
Expand Down

0 comments on commit 99e01a4

Please sign in to comment.