Skip to content

Merge pull request #4861 from systeminit/layer_metrics #478

Merge pull request #4861 from systeminit/layer_metrics

Merge pull request #4861 from systeminit/layer_metrics #478

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 }}