Skip to content

Commit

Permalink
#9 fix path expression and test pygeoapi deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed May 25, 2021
1 parent f4330ac commit 0713327
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.pygeoapi_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: pygeoapi test Deploy ⚙️
on:
push:
paths:
- 'services/pygeoapi_test'
- 'services/pygeoapi_test/**'

jobs:
main:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ name: Traefik Deploy ⚙️
on:
push:
paths:
- 'services/traefik'
- 'services/traefik/**'

jobs:
main:
Expand Down
3 changes: 0 additions & 3 deletions services/pygeoapi_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
Runs latest GitHub master branch of `pygeoapi` using
[Docker Image from DockerHub](https://cloud.docker.com/u/geopython/repository/docker/geopython/pygeoapi).
with a [local config file](local.config.yml).

A local [Docker Image](Dockerfile) is [built](build.sh) named `geopython/pygeoapi_test:latest`
that mainly copies in the [demo config](local.config.yml).

0 comments on commit 0713327

Please sign in to comment.