Skip to content

Commit

Permalink
Add trial build ot hmpxv1
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Sep 20, 2023
1 parent 99eaf2a commit 25e5cfa
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/rebuild-hmpxv1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ on:

workflow_dispatch:
inputs:
trial_name:
description: "If set, result will be at nextstrain.org/staging/trial/trial_name/monkeypox/mpxv"
required: false
image:
description: 'Specific container image to use for build (will override the default of "nextstrain build")'
required: false

env:
TRIAL_NAME: ${{ github.event.inputs.trial_name }}
NEXTSTRAIN_DOCKER_IMAGE: ${{ github.event.inputs.image }}

jobs:
Expand Down Expand Up @@ -45,7 +49,8 @@ jobs:
--env SLACK_CHANNELS \
. \
notify_on_deploy \
--configfiles config/config_hmpxv1.yaml config/nextstrain_automation.yaml
--configfiles config/config_hmpxv1.yaml config/nextstrain_automation.yaml \
--config auspice_prefix=trial_$TRIAL_NAME
env:
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 25e5cfa

Please sign in to comment.