Skip to content

Add the DOI to the landing page #16

Add the DOI to the landing page

Add the DOI to the landing page #16

Workflow file for this run

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