Change code subdomain to git
Some checks are pending
/ check (push) Waiting to run

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-11-08 13:07:10 +00:00
parent 1c1862e582
commit aae4bdcda9
8 changed files with 12 additions and 11 deletions

View file

@ -20,7 +20,7 @@
domain="''${BASH_REMATCH[2]}"
if [[ "$domain" == "ssh.oliverdavies.uk" ]]; then
domain="code.oliverdavies.uk"
domain="git.oliverdavies.uk"
fi
user="''${BASH_REMATCH[3]}"