Skip to content

Merge pull request #72 from datacite/fix_build #18

Merge pull request #72 from datacite/fix_build

Merge pull request #72 from datacite/fix_build #18

Workflow file for this run

name: Deploy Main to Staging
on:
push:
branches:
- "master"
jobs:
test:
uses: ./.github/workflows/ci.yml
secrets: inherit
call_build_and_push:
needs: test
uses: ./.github/workflows/build.yml
with:
image_name: ${{ github.repository }}
image_tag: main
secrets: inherit
deploy:
needs: [test, call_build_and_push]
uses: ./.github/workflows/_update_terraform.yml
with:
image_tag: main
deployment_environment: staging
secrets: inherit