Skip to content

SurveyResponse: Update survey.ts rs8 to test polygon #596

SurveyResponse: Update survey.ts rs8 to test polygon

SurveyResponse: Update survey.ts rs8 to test polygon #596

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