Skip to content

Merge pull request #78 from zooniverse/dependabot/bundler/rack-2.2.9 #8

Merge pull request #78 from zooniverse/dependabot/bundler/rack-2.2.9

Merge pull request #78 from zooniverse/dependabot/bundler/rack-2.2.9 #8

name: Deploy to Production
on:
push:
tags:
- production-release
workflow_dispatch:
jobs:
deploy_production:
name: Deploy to Production
uses: zooniverse/ci-cd/.github/workflows/deploy_app.yaml@main
with:
app_name: interventions-gateway
repo_name: interventions-gateway
commit_id: ${{ github.sha }}
environment: production
secrets:
creds: ${{ secrets.AZURE_AKS }}
slack_notification:
name: Slack notification
uses: zooniverse/ci-cd/.github/workflows/slack_notification.yaml@main
needs: deploy_production
if: always()
with:
commit_id: ${{ github.sha }}
job_name: Deploy to Production / deploy_app
status: ${{ needs.deploy_production.result }}
title: "interventions-gateway Production deploy & migration complete"
title_link: "https://interventions-gateway.zooniverse.org"
secrets:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}