Skip to content

Commit

Permalink
hanged names of secret codes
Browse files Browse the repository at this point in the history
Signed-off-by: shadi fakhri <[email protected]>
  • Loading branch information
Shadi38 authored Jan 31, 2024
1 parent 320fbbf commit 29aa960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/front-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Upload to S3
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: '${{ secrets.ACCESS_KEY_ID }}'
aws-secret-access-key: '${{ secrets.SECRET_ACCESS_KEY }}'
aws-access-key-id: '${{ secrets.AWS_ACCESS_KEY_ID }}'
aws-secret-access-key: '${{ secrets.AWS_SECRET_ACCESS_KEY }}'
aws-region: eu-north-1
- name: Deploy static site to S3 bucket
run: 'aws s3 sync ./client/build s3://fullstackprojectaws'

0 comments on commit 29aa960

Please sign in to comment.