Skip to content

Commit

Permalink
Merge pull request #7 from pangeo-forge/no-verify-existing
Browse files Browse the repository at this point in the history
Re-deploy without verifying existing cache
  • Loading branch information
cisaacstern authored Sep 21, 2023
2 parents 8cb545d + 6f57492 commit 9b6a543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo prune=false >> $GITHUB_ENV
fi
- name: "Deploy recipes"
uses: "pangeo-forge/deploy-recipe-action@main"
uses: "pangeo-forge/deploy-recipe-action@storage-cls-args"
with:
select_recipe_by_label: "true"
pangeo_forge_runner_config: >
Expand Down Expand Up @@ -60,7 +60,10 @@ jobs:
},
"InputCacheStorage": {
"fsspec_class": "gcsfs.GCSFileSystem",
"root_path": "gs://pangeo-forge-prod-cache"
"root_path": "gs://pangeo-forge-prod-cache",
"pangeo_forge_target_class_args": {
"verify_existing": false
}
}
}
env:
Expand Down
2 changes: 1 addition & 1 deletion feedstock/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/pangeo-forge/pangeo-forge-recipes.git@target-root-default#egg=pangeo_forge_recipes
git+https://github.com/pangeo-forge/pangeo-forge-recipes.git@verify-existing-opt#egg=pangeo_forge_recipes

0 comments on commit 9b6a543

Please sign in to comment.