aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-08-01 18:28:13 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-08-01 18:28:13 +0900
commitbcc9fe57d3df84bf39c5ffa6d63b547722e86728 (patch)
treec097a4317064b18560bdaeb95b4bbf167bf2e1a9
parentf50ab5f83bce99a12da9a8f6ba6b19afdd759958 (diff)
Fix urls.
-rwxr-xr-xjobs/deploy-test-tojo-tokyo.run2
-rwxr-xr-xjobs/deploy-www-tojo-tokyo.run2
2 files changed, 2 insertions, 2 deletions
diff --git a/jobs/deploy-test-tojo-tokyo.run b/jobs/deploy-test-tojo-tokyo.run
index 670c637..93d06b4 100755
--- a/jobs/deploy-test-tojo-tokyo.run
+++ b/jobs/deploy-test-tojo-tokyo.run
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
-git clone https://git.tojo.tokyo:www-tojo-tokyo.git .
+git clone https://git.tojo.tokyo/www-tojo-tokyo.git .
git checkout "develop"
git environment --container --pure -l guix.scm -- make deploy-test
diff --git a/jobs/deploy-www-tojo-tokyo.run b/jobs/deploy-www-tojo-tokyo.run
index d7bec8c..fbbebbe 100755
--- a/jobs/deploy-www-tojo-tokyo.run
+++ b/jobs/deploy-www-tojo-tokyo.run
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
-git clone https://git.tojo.tokyo:www-tojo-tokyo.git .
+git clone https://git.tojo.tokyo/www-tojo-tokyo.git .
git environment --container --pure -l guix.scm -- make deploy