diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2021-08-01 18:21:34 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2021-08-01 18:21:34 +0900 |
commit | f50ab5f83bce99a12da9a8f6ba6b19afdd759958 (patch) | |
tree | a51f63da8d39a604ee44aff2b7d2bde21ea77347 /jobs | |
parent | 3fea179afe11ec4476cd7c043264c049f67a8640 (diff) |
Add deploy-www-tojo-tokyo job.
Diffstat (limited to 'jobs')
-rwxr-xr-x | jobs/deploy-test-tojo-tokyo.run | 6 | ||||
-rwxr-xr-x | jobs/deploy-www-tojo-tokyo.run | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/jobs/deploy-test-tojo-tokyo.run b/jobs/deploy-test-tojo-tokyo.run new file mode 100755 index 0000000..670c637 --- /dev/null +++ b/jobs/deploy-test-tojo-tokyo.run @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail + +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 new file mode 100755 index 0000000..d7bec8c --- /dev/null +++ b/jobs/deploy-www-tojo-tokyo.run @@ -0,0 +1,5 @@ +#!/usr/bin/env bash +set -euo pipefail + +git clone https://git.tojo.tokyo:www-tojo-tokyo.git . +git environment --container --pure -l guix.scm -- make deploy |