Skip to content

Merge pull request #315 from zooniverse/dependabot/npm_and_yarn/sentr… #189

Merge pull request #315 from zooniverse/dependabot/npm_and_yarn/sentr…

Merge pull request #315 from zooniverse/dependabot/npm_and_yarn/sentr… #189

name: Deploy to Staging
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build_and_push_image:
name: Build and Push Image
uses: zooniverse/ci-cd/.github/workflows/build_and_push_image.yaml@main
with:
repo_name: sugar
commit_id: ${{ github.sha }}
latest: true
deploy_staging:
name: Deploy to Staging
uses: zooniverse/ci-cd/.github/workflows/deploy_app.yaml@main
needs: build_and_push_image
with:
app_name: sugar
repo_name: sugar
commit_id: ${{ github.sha }}
environment: staging
secrets:
creds: ${{ secrets.AZURE_AKS }}
slack_notification:
name: Slack notification
uses: zooniverse/ci-cd/.github/workflows/slack_notification.yaml@main
needs: deploy_staging
if: always()
with:
commit_id: ${{ github.sha }}
job_name: Deploy to Staging / deploy_app
status: ${{ needs.deploy_staging.result }}
title: "Sugar Staging deploy complete"
title_link: "https://notifications-staging.zooniverse.org"
secrets:
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}