From b89fc30883b8de37a17c2638ea0c42726a61aa8b Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Mon, 8 Feb 2021 15:19:09 +0200 Subject: [PATCH] Move config to abra.sh Ref coop-cloud/abra#43 --- .env.sample | 1 - abra.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 abra.sh diff --git a/.env.sample b/.env.sample index 8bb6617..d8718f0 100644 --- a/.env.sample +++ b/.env.sample @@ -4,7 +4,6 @@ DOMAIN=drone.example.com EXTRA_DOMAINS=', `www.drone.example.com`' LETS_ENCRYPT_ENV=production -DRONE_ENV_VERSION=v1 RPC_SECRET_VERSION=v1 ## Required for any kind of Single Sign On diff --git a/abra.sh b/abra.sh new file mode 100644 index 0000000..8166071 --- /dev/null +++ b/abra.sh @@ -0,0 +1 @@ +export DRONE_ENV_VERSION=v2