Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido authored Aug 17, 2023
1 parent 4c1b71c commit d228b78
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 @@ -38,7 +38,7 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 cp --region ap-northeast-2 ./build-fe.zip s3://Insert-TeamPage-Front/build-fe.zip
aws s3 cp --region ap-northeast-2 ./build-fe.zip s3://insert-teampage-fe/build-fe.zip
- name: Deploy # Deploy to EC2
run: aws deploy create-deployment
Expand Down

0 comments on commit d228b78

Please sign in to comment.