Skip to content

Commit

Permalink
Rename all_deploy to deploy_all
Browse files Browse the repository at this point in the history
  • Loading branch information
joverlee521 committed Aug 9, 2023
1 parent 087558c commit 373de2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-public-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
--cpus 36 \
--memory 72gib \
. \
all_deploy \
deploy_all \
-p \
--configfile profiles/nextstrain-public.yaml
2 changes: 1 addition & 1 deletion profiles/nextstrain-public/deploy.smk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This part of the workflow handles automatic deployments of public builds.
Depends on the `all_public` rule from rename.smk
"""

rule all_deploy:
rule deploy_all:
input: rules.all_public.input
params:
s3_dst = config["deploy_url"]
Expand Down

0 comments on commit 373de2f

Please sign in to comment.