File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -202,12 +202,12 @@ jobs:
202202 - name : Find App Name
203203 run : echo "APP_NAME=$(node .github/workflows/integration-tests/scripts/get-app-name.js )" >> $GITHUB_ENV
204204
205- - name : Deploy Staging
206- run : npx arc deploy --name ${{env.UNIQUE_STACK}}
207-
208205 - name : Calculate Stack Name
209206 run : echo "AWS_STACK_NAME=$(node .github/workflows/integration-tests/scripts/get-stack-name.js --app-name ${{env.APP_NAME}} --unique-stack ${{env.UNIQUE_STACK}})" >> $GITHUB_ENV
210207
208+ - name : Deploy Staging
209+ run : npx arc deploy --name ${{env.UNIQUE_STACK}}
210+
211211 - name : Find Stack Url
212212 run : echo "STAGING_URL=$(aws cloudformation describe-stacks --stack-name ${{env.AWS_STACK_NAME}} | node .github/workflows/integration-tests/scripts/get-staging-url.js)" >> $GITHUB_ENV
213213
@@ -229,9 +229,9 @@ jobs:
229229 if : ${{ always() }}
230230 run : npx arc destroy --app ${{ env.APP_NAME }} --name ${{env.UNIQUE_STACK}} --force --now
231231
232- - name : Delete Stack if Destroy Failed
233- if : ${{ always() }}
234- run : aws cloudformation delete-stack --stack-name ${{env.AWS_STACK_NAME}}
232+ # - name: Delete Stack if Destroy Failed
233+ # if: ${{ always() }}
234+ # run: aws cloudformation delete-stack --stack-name ${{env.AWS_STACK_NAME}}
235235
236236 - name : Notify
237237 uses : homoluctus/slatify@master
You can’t perform that action at this time.
0 commit comments