Skip to content

Commit

Permalink
Update aws-sam-cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KarmaPol authored Aug 5, 2024
1 parent 863069b commit 55ba5be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-sam-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: sam build --use-container
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset
- run: sam build --use-container --template-file template.yml
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --template-file template.yml

0 comments on commit 55ba5be

Please sign in to comment.