|
|
@@ -1,6 +1,6 @@
|
|
|
on:
|
|
|
workflow_run:
|
|
|
- workflows: ["Deploy to porter-sandbox"]
|
|
|
+ workflows: ['Deploy to porter-sandbox']
|
|
|
branches: [master]
|
|
|
types:
|
|
|
- completed
|
|
|
@@ -11,9 +11,9 @@ jobs:
|
|
|
uses: ./.github/workflows/app_tests_base.yml
|
|
|
with:
|
|
|
stage: sandbox
|
|
|
- project: "242"
|
|
|
- cluster: "240"
|
|
|
- host: https://sandbox.porter.run
|
|
|
+ project: '242'
|
|
|
+ cluster: '240'
|
|
|
+ host: https://cloud.porter.run
|
|
|
secrets:
|
|
|
token: ${{ secrets.APP_TESTS_SANDBOX_TOKEN }}
|
|
|
- slack_webhook_url: ${{ secrets.APP_INTEGRATION_SLACK_WEBHOOK }}
|
|
|
+ slack_webhook_url: ${{ secrets.APP_INTEGRATION_SLACK_WEBHOOK }}
|