aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-08-01 19:00:06 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-08-01 19:02:08 +0900
commitd19b75aa58bf34068383833fb8e0a7bf6324a6af (patch)
tree686964f6dfdb2afdf416691953498a5d1d4932f7
parentb53f1d79c00996fcccfb4cf2803362a5a48deb12 (diff)
www-tojo-tokyo: Expose "~/.ssh".
-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 02ce65b..fc01117 100755
--- a/jobs/deploy-test-tojo-tokyo.run
+++ b/jobs/deploy-test-tojo-tokyo.run
@@ -3,4 +3,4 @@ set -euo pipefail
git clone https://git.tojo.tokyo/www-tojo-tokyo.git .
git checkout "develop"
-guix environment --container --pure --network -l guix.scm -- make deploy-test
+guix environment --expose="$LAMINAR_HOME/.ssh" --container --pure --network -l guix.scm -- make deploy-test
diff --git a/jobs/deploy-www-tojo-tokyo.run b/jobs/deploy-www-tojo-tokyo.run
index 9d2fd52..90200cb 100755
--- a/jobs/deploy-www-tojo-tokyo.run
+++ b/jobs/deploy-www-tojo-tokyo.run
@@ -2,4 +2,4 @@
set -euo pipefail
git clone https://git.tojo.tokyo/www-tojo-tokyo.git .
-guix environment --container --network --pure -l guix.scm -- make deploy
+guix environment --expose="$LAMINAR_HOME/.ssh" --container --network --pure -l guix.scm -- make deploy