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 ef0cb26 commit 2344af3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@ 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 2344af3

Please sign in to comment.