Skip to content

Merge pull request #15 from IATI/htpasswd_bcrypt #8

Merge pull request #15 from IATI/htpasswd_bcrypt

Merge pull request #15 from IATI/htpasswd_bcrypt #8

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"