Skip to content

SurveyResponse: show status color in radio buttons #581

SurveyResponse: show status color in radio buttons

SurveyResponse: show status color in radio buttons #581

name: Deploy Staging
on:
push:
branches:
- develop
jobs:
setup_env:
uses: ./.github/workflows/setup-env.yml
secrets: inherit
with:
ENVIRONMENT: staging
deploy-app:
needs: setup_env
uses: ./.github/workflows/deploy-app.yml
secrets: inherit
with:
ENVIRONMENT: staging
restart-services:
needs: deploy-app
uses: ./.github/workflows/restart-services.yml
secrets: inherit
with:
ENVIRONMENT: staging