just use sap

This commit is contained in:
Michael Duong 2023-10-04 16:10:35 +00:00
parent d0399d29c6
commit 9ed3e2a3b3
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ name: Sap Change Model Deploy
on:
push:
branches: [ sapmodel-dev, sapmodel-prod ]
branches: [ sap-dev, sap-prod ]
jobs:
deploy:
@ -54,7 +54,7 @@ jobs:
- name: Set stack_name
id: set_stack_name
run: |
if [[ "${{ github.ref_name }}" == "sapmodel-dev" || "${{ github.ref_name }}" == "sapmodel-prod" ]]; then
if [[ "${{ github.ref_name }}" == "sap-dev" || "${{ github.ref_name }}" == "sap-prod" ]]; then
echo "::set-output name=stack_name::sapmodel"
else
echo "::set-output name=stack_name::"

View file

@ -10,9 +10,9 @@ on:
types:
- closed
branches:
- "sapmodel-dev"
- "heatmodel-dev"
- "carbonmodel-dev"
- "sap-dev"
- "heat-dev"
- "carbon-dev"
permissions: write-all