We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50f3b45 commit bca5720Copy full SHA for bca5720
.github/workflows/aws-sam-cicd.yml
@@ -50,5 +50,5 @@ jobs:
50
run: |
51
python -m pip install --upgrade pip
52
pip install -r requirements.txt
53
- - run: sam build
54
- - 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 commit comments