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 f2f19b8 commit 27e3dc9
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 @@ -87,8 +87,6 @@ jobs:
- name: Setup AWS
run: |
sudo mkdir ~/.aws
sudo mkdir ~/.aws/credentials.txt
sudo mkdir ~/.aws/config.txt
sudo chmod 777 ~/.aws
sudo printf "[default]\nregion = us-east-1" > ~/.aws/config.txt
sudo printf "[default]\naws_access_key_id = ${{ secrets.AWS_ACCESS_KEY_ID }}\naws_secret_access_key = ${{ secrets.AWS_SECRET_ACCESS_KEY }}" > ~/.aws/credentials.txt
Expand Down

0 comments on commit 27e3dc9

Please sign in to comment.