Skip to content

Commit

Permalink
chore: Update AWS credentials configuration and deploy script for kno…
Browse files Browse the repository at this point in the history
…wx project
  • Loading branch information
Diegogtz03 committed May 16, 2024
1 parent 2344af3 commit f14c9f5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@ jobs:
sst version
working-directory: knowx

- name: AWS Configure
run: |
aws configure set aws_access_key_id ${{ secrets.AWS_ACCESS_KEY_ID }}
aws configure set aws_secret_access_key ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws configure set region us-east-1
- name: Copy Secrets
run: |
sst secret set APIRootRoute $API_ROOT_ROUTE
Expand Down

0 comments on commit f14c9f5

Please sign in to comment.