Skip to content

Commit

Permalink
Be more specific with acceptable paths on deploy command
Browse files Browse the repository at this point in the history
I was hoping that the paths_ignore of the image/ folder would override accepting anything in the icesat2/ folder, but that didn't work. Now I am more specific to exclude the image/ folder.
  • Loading branch information
salvis2 committed Oct 2, 2020
1 parent b04302a commit f556455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-aws-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
- switch-to-github-actions
#- prod
paths:
- 'deployments/icesat2/**'
- 'deployments/icesat2/config/**'
- 'deployments/icesat2/secrets/**'
- 'deployments/icesat2/hubploy.yaml'
- 'pangeo-deploy/**'
- '.github/workflows/deploy-aws-hub.yaml'
paths_ignore:
- 'deployments/icesat2/image/binder/*'

env:
HELM_EXECUTABLE: /usr/local/bin/helm3
Expand Down

0 comments on commit f556455

Please sign in to comment.