diff --git a/phylogenetic/build-configs/nextstrain-automation/config.yaml b/phylogenetic/build-configs/nextstrain-automation/config.yaml index e549405..1332be4 100644 --- a/phylogenetic/build-configs/nextstrain-automation/config.yaml +++ b/phylogenetic/build-configs/nextstrain-automation/config.yaml @@ -1,4 +1,4 @@ custom_rules: - build-configs/nextstrain-automation/deploy.smk -deploy_url: "s3://nextstrain-data" +deploy_url: "s3://nextstrain-staging" diff --git a/phylogenetic/build-configs/nextstrain-automation/deploy.smk b/phylogenetic/build-configs/nextstrain-automation/deploy.smk index f37b788..4e9e36d 100644 --- a/phylogenetic/build-configs/nextstrain-automation/deploy.smk +++ b/phylogenetic/build-configs/nextstrain-automation/deploy.smk @@ -1,5 +1,5 @@ """ -This part of the workflow handles automatic deployments of the lassa build. +This part of the workflow handles automatic deployments of the wnv build. Uploads the build defined as the default output of the workflow through the `all` rule from Snakefille """