Skip to content

Survey: update marker for optional fields in feedback part #595

Survey: update marker for optional fields in feedback part

Survey: update marker for optional fields in feedback part #595

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
services:
needs: deploy-app
uses: ./.github/workflows/services.yml
secrets: inherit
with:
ENVIRONMENT: staging