From a02936a34c62f7d2aeec5f65cf8ea09a65fc18fd Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Wed, 21 May 2025 11:43:03 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20We=20no=20longer=20use=20Concour?= =?UTF-8?q?se,=20instead,=20GitHub=20Actions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/DEVELOPER.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 0976cca..42f6f41 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -110,15 +110,13 @@ sleep 10; while ! dig txt @ns-ovh.sslip.io version.status.sslip.io +short; do sl - Drag and drop the executables in `bin/` to the _Attach binaries..._ section. - Click "Publish release" -```bash -fly -t nono trigger-job -j sslip.io/build-and-push-sslip.io-dns-server -``` +Trigger a new workflow to publish the Docker image: Update the webservers with the HTML with new versions: ```bash ssh nono.io curl -L -o /www/sslip.io/document_root/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html -for HOST in {blocked,ns-gce,ns-hetzner,ns-ovh,ns-ovh-sg}.sslip.io; do +for HOST in {blocked,ns-do-sg,ns-gce,ns-hetzner,ns-ovh,ns-ovh-sg}.sslip.io; do ssh $HOST curl -L -o /var/nginx/sslip.io/index.html https://raw.githubusercontent.com/cunnie/sslip.io/main/k8s/document_root_sslip.io/index.html done ```