Skip to content

Run Nextstrain builds for the nextflu-private group #25

Run Nextstrain builds for the nextflu-private group

Run Nextstrain builds for the nextflu-private group #25

name: Run Nextstrain builds for the nextflu-private group
on:
workflow_dispatch:
inputs:
dockerImage:
description: "Specific container image to use for build (will override the default of `nextstrain build`)"
required: false
type: string
jobs:
run-build:
permissions:
id-token: write
uses: nextstrain/.github/.github/workflows/pathogen-repo-build.yaml@master
secrets: inherit
with:
runtime: aws-batch
env: |
NEXTSTRAIN_DOCKER_IMAGE: ${{ inputs.dockerImage }}
run: |
nextstrain build \
--detach \
--cpus 36 \
--memory 72gib \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
--env NEXTSTRAIN_USERNAME \
--env NEXTSTRAIN_PASSWORD \
. \
deploy_all \
all_report_outputs \
-p \
--configfile profiles/nextflu-private.yaml