From 739626b4f8e52ee438c9d8fcdf0201fd1e51d1b3 Mon Sep 17 00:00:00 2001 From: Frank Gerhardt Date: Tue, 6 Aug 2024 11:58:44 +0200 Subject: [PATCH] fixed footnotes --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index e10fae2..170ef3e 100644 --- a/Home.md +++ b/Home.md @@ -28,9 +28,9 @@ Deployments [^6]: errors.log permissions ✓ [^7]: ☑ Readme
☑ Jenkinsfile
☐ GH About section empty ☐ Jenkins not running immediately? [^8]: Deprecated; functionality should be moved to new repo amarillo-grfs-generator in a way that is compatible with exporter -[^9] main branch on GH 1. GHA builds image but does not deploy[^10], publishes image on GHCR, triggers hook to Jenkins deploy job (instead hcloud) via the Registry packages event (new) +[^9]: main branch on GH 1. GHA builds image but does not deploy[^10], publishes image on GHCR, triggers hook to Jenkins deploy job (instead hcloud) via the Registry packages event (new) 2. on commit hook: Jenkins builds PyPI package and publishes it on PyPI&GIPI. And build&publish Docker image on GIPI&GICR -[^10] publishing the release image on GHCR triggers the hook on Jenkins (event for Registry packages) and runs a Jenkins job to do the deployment: 1. ssh to server 2. stop the containers (compose) 3. run the new compose +[^10]: publishing the release image on GHCR triggers the hook on Jenkins (event for Registry packages) and runs a Jenkins job to do the deployment: 1. ssh to server 2. stop the containers (compose) 3. run the new compose THe GH webhook has to call Jenkins instead of hcloud! The cd.sh will be removed and the FastAPI app that listens to the webhook