Skip to content

Merge pull request #5158 from systeminit/fix/BUG-703-no-selected-back… #693

Merge pull request #5158 from systeminit/fix/BUG-703-no-selected-back…

Merge pull request #5158 from systeminit/fix/BUG-703-no-selected-back… #693

Workflow file for this run

name: Deploy Main
on:
push:
tags:
- 'release/*'
jobs:
deploy-tools-prod:
uses: ./.github/workflows/deploy-stack.yml
with:
environment: tools
version: stable
secrets: inherit
on-failure:
runs-on: ubuntu-latest
needs: deploy-tools-prod
environment: tools
if: failure()
steps:
- run: |
curl -X POST \
-H 'Content-type: application/json' \
--data "{\"text\": \":si: Deployment to tools failed: <https://github.com/systeminit/si/actions/runs/$GITHUB_RUN_ID|:ship: Link>\"}" ${{ secrets.SLACK_WEBHOOK_URL }}