Skip to content

Commit

Permalink
modifica formato da instrucao de build
Browse files Browse the repository at this point in the history
  • Loading branch information
Perkles committed May 4, 2024
1 parent 2cf67b5 commit 3a0dfa6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,4 @@ jobs:
- run: |
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --resolve-s3 \
--parameter-overrides \
UserPoolId=${{ secrets.USERPOOL_ID }} \
ClientId=${{ secrets.CLIENT_ID }} \
Region=${{ secrets.REGION }}
UserPoolId=${{ secrets.USERPOOL_ID }}, ClientId=${{ secrets.CLIENT_ID }}, Region=${{ secrets.REGION }}

0 comments on commit 3a0dfa6

Please sign in to comment.