Skip to content

Commit

Permalink
Merge pull request #15 from TEAM-FLASH/dev
Browse files Browse the repository at this point in the history
Version 0.0 : 6차 배포 테스트
  • Loading branch information
JWJung-99 authored Nov 30, 2024
2 parents 99e01a4 + ff86a65 commit f3f5577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
aws-region: ${{ secrets.AWS_REGION }}

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

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

0 comments on commit f3f5577

Please sign in to comment.