diff options
-rwxr-xr-x | jobs/deploy-test-tojo-tokyo.run | 2 | ||||
-rwxr-xr-x | jobs/deploy-www-tojo-tokyo.run | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/jobs/deploy-test-tojo-tokyo.run b/jobs/deploy-test-tojo-tokyo.run index a78ae54..02ce65b 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 -l guix.scm -- make deploy-test +guix environment --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 98246db..9d2fd52 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 --pure -l guix.scm -- make deploy +guix environment --container --network --pure -l guix.scm -- make deploy |