Skip to content

Deploy Bulk Data Service to dev #7

Deploy Bulk Data Service to dev

Deploy Bulk Data Service to dev #7

Workflow file for this run

name: Deploy Bulk Data Service to dev
on:
workflow_dispatch:
push:
paths-ignore:
- '.github/workflows/deploy-to-prod.yml'
branches:
- develop
jobs:
run-tests:
uses: ./.github/workflows/test.yml
call-build-and-deploy:
needs: run-tests
uses: ./.github/workflows/build-and-deploy-job.yml
secrets: inherit
with:
APP_NAME: "bulk-data-service"
TARGET_ENVIRONMENT: "dev"