From e298ef88d9e2f83fa6d2452789369fcd279b8266 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Sun, 14 Jul 2024 11:06:29 +0200 Subject: [PATCH] Add more deploy and config instructions after the single build --- scripts/single_build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/single_build.sh b/scripts/single_build.sh index a3161cb5d..e01eb5ccb 100755 --- a/scripts/single_build.sh +++ b/scripts/single_build.sh @@ -91,4 +91,8 @@ then fi echo "BUILD COMPLETED" -echo "Deploying on github pages? Don't forget to add a CNAME file (containing your domain name verbatim, without protocol) and a .nojekyll file (which is empty)" +echo "On what domain will you deploy?" +echo " ! Don't forget to add `https://yourdomain.tld/land.html` to the Redirect URIs on https://www.openstreetmap.org/oauth2/applications/" +echo "Deploying on github pages?" +echo " 1. Don't forget to add a CNAME file (containing your domain name verbatim, without protocol)" +echo " 2 .nojekyll file (which is empty)"