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 66a5841 commit 50f3b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-sam-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- run: sync --stack-name=ome-restaurant-app
- run: sam build
- run: sam deploy --no-fail-on-empty-changeset --stack-name ome-restaurant-app

0 comments on commit 50f3b45

Please sign in to comment.