diff options
author | Alex Auvolat <alex@adnab.me> | 2022-06-01 14:04:20 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-06-01 14:04:20 +0200 |
commit | bee58a7891cc50176a98fa84df508330924d0c66 (patch) | |
tree | b848bd31d2e9df7bbeb27f7394878a9da4117170 /app/garage-staging/deploy | |
parent | 53309d3845eabd16dddf44f257abe40ee199cbbe (diff) | |
download | nixcfg-bee58a7891cc50176a98fa84df508330924d0c66.tar.gz nixcfg-bee58a7891cc50176a98fa84df508330924d0c66.zip |
Add directory
Diffstat (limited to 'app/garage-staging/deploy')
-rw-r--r-- | app/garage-staging/deploy/garage.hcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/garage-staging/deploy/garage.hcl b/app/garage-staging/deploy/garage.hcl index e90e3ce..b97fd1d 100644 --- a/app/garage-staging/deploy/garage.hcl +++ b/app/garage-staging/deploy/garage.hcl @@ -57,6 +57,7 @@ job "garage-staging" { tags = [ "garage-staging-api", "tricot garage-staging.home.adnab.me", + "tricot garage.staging.deuxfleurs.org", "tricot-add-header Access-Control-Allow-Origin *", ] port = 3990 @@ -122,6 +123,8 @@ job "garage-staging" { tags = [ "garage-staging-web", "tricot *.garage-staging-web.home.adnab.me", + "tricot *.web.staging.deuxfleurs.org", + "tricot staging.deuxfleurs.org", "tricot matrix.home.adnab.me/.well-known/matrix/server", "tricot rust-docs", "tricot-add-header Access-Control-Allow-Origin *", |