From 5c1a055cdebb4deff5666cfe4eabbcc494230d8a Mon Sep 17 00:00:00 2001 From: 3wc <3wc.git@doesthisthing.work> Date: Thu, 29 Oct 2020 19:42:03 +0200 Subject: [PATCH] SERVICE -> APP --- .envrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.envrc.sample b/.envrc.sample index 119f080..a245b85 100644 --- a/.envrc.sample +++ b/.envrc.sample @@ -1,4 +1,4 @@ -export SERVICE=${REPO_NAME_KEBAB} +export APP=${REPO_NAME_KEBAB} export STACK_NAME=${REPO_NAME_SNAKE} export DOMAIN=${REPO_NAME_KEBAB}.example.com