Skip to content

Commit

Permalink
Update sean-front-ci-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
timepresent95 authored Aug 18, 2024
1 parent d6b7055 commit 20adb37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sean-front-ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:

- name: Upload to S3
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.SEAN_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SEAN_AWS_SECRET_ACCESS_KEY }}
AWS_REGION: 'ap-southeast-2'
run: |
aws s3 cp ./dist s3://sample-ts-react-automation-test --recursive
Expand Down

0 comments on commit 20adb37

Please sign in to comment.