Skip to content

Commit

Permalink
build: fix gitub action deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Feb 16, 2024
1 parent c2132fa commit 7932057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Deploy to all environments
run: deploy.sh
run: ./deploy.sh
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 7932057

Please sign in to comment.