Skip to content

Commit bca5720

Browse files
authored
Update aws-sam-cicd.yml
1 parent 50f3b45 commit bca5720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/aws-sam-cicd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050
run: |
5151
python -m pip install --upgrade pip
5252
pip install -r requirements.txt
53-
- run: sam build
54-
- run: sam deploy --no-fail-on-empty-changeset --stack-name ome-restaurant-app
53+
- run: sam build --template-file template.yml
54+
- run: sam deploy --no-fail-on-empty-changeset --stack-name ome-restaurant-app --template-file template.yml

0 commit comments

Comments
 (0)