nextstrain / seasonal-flu

Scripts. config, and snakefiles for seasonal-flu nextstrain builds
44 stars 26 forks source link

Automate deployment of private nextflu.org site #159

Open joverlee521 opened 5 months ago

joverlee521 commented 5 months ago

Currently, when a private nextflu build completes, we have to manually trigger the deploy private nextflu workflow with the AWS Batch job ID.

Now that the GH Action job stays attached and reflects the AWS Batch job status, it should be possible to automate the trigger of the deploy workflow after the builds completed.

I briefly looked into this today and realized this would require the pathogen-repo-build workflow to output the AWS Batch job ID to pass as an input to the deploy workflow.