Skip to content

Commit

Permalink
Merge pull request #118 from nextstrain/update-workflow-envvar
Browse files Browse the repository at this point in the history
Update builds to use `--env` options
  • Loading branch information
joverlee521 authored Aug 25, 2023
2 parents 5e6eedc + ca6d03b commit 8621068
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-private-nextflu-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
--detach \
--cpus 36 \
--memory 72gib \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
. \
all_who \
-p \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run-public-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
--detach \
--cpus 36 \
--memory 72gib \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
. \
deploy_all \
-p \
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
runtime: docker
run: |
nextstrain build \
--env AWS_ACCESS_KEY_ID \
--env AWS_SECRET_ACCESS_KEY \
--env RETHINK_AUTH_KEY \
--env RETHINK_HOST \
. \
-j 4 \
upload_all_titers \
Expand Down

0 comments on commit 8621068

Please sign in to comment.