Skip to content

Commit

Permalink
chore: Update AWS credentials configuration and deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegogtz03 committed May 17, 2024
1 parent 5de7a19 commit d31cd8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/frontend_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,8 @@ jobs:

- name: Setup AWS
run: |
sudo mkdir -p ~/.aws/config.txt
sudo echo "[default]" > ~/.aws/config.txt
sudo echo "region = us-east-1" >> ~/.aws/config.txt
sudo mkdir -p ~/.aws/credentials.txt
sudo echo "[default]" > ~/.aws/credentials.txt
sudo echo "aws_access_key_id = ${{ secrets.AWS_ACCESS_KEY_ID }}" >> ~/.aws/credentials.txt
sudo echo "aws_secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY }}" >> ~/.aws/credentials.txt
Expand Down

0 comments on commit d31cd8c

Please sign in to comment.