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 50f3b45 commit bca5720
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
- run: sam deploy --no-fail-on-empty-changeset --stack-name ome-restaurant-app
- run: sam build --template-file template.yml
- run: sam deploy --no-fail-on-empty-changeset --stack-name ome-restaurant-app --template-file template.yml

0 comments on commit bca5720

Please sign in to comment.