From a49eb2aee234a2f6a9da0a9e4629f020239bf121 Mon Sep 17 00:00:00 2001 From: Just van den Broecke Date: Tue, 25 May 2021 14:17:30 +0200 Subject: [PATCH] #9 test pygeoapi redeploy - should work now --- services/pygeoapi_test/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/services/pygeoapi_test/README.md b/services/pygeoapi_test/README.md index e198648..0bddc76 100644 --- a/services/pygeoapi_test/README.md +++ b/services/pygeoapi_test/README.md @@ -3,3 +3,16 @@ Runs latest GitHub `main` branch of `pygeoapi` using its [Docker Image from DockerHub](https://cloud.docker.com/u/geopython/repository/docker/geopython/pygeoapi). with a [local config file](local.config.yml). + +## Deployment + +This service is automatically (re)deployed if anything within this directory or its subdirs changes +when committed/pushed. + +A GitHub Action invokes an Ansible Playbook. +See the following deployment files: + +* [GitHub Action](../../.github/workflows/deploy.pygeoapi_test.yml) +* [Ansible Playbook](../../ansible/deploy.yml) + +The Ansible Playbook can also be invoked directly.