From 8598e75a711b266d08df74174f8a32fac6459ccc Mon Sep 17 00:00:00 2001 From: Tobias Berger Date: Thu, 14 Oct 2021 22:09:05 +0200 Subject: [PATCH] Fix .env missing in production build Rename discord notification step --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 125c453..6f9f039 100644 --- a/.drone.yml +++ b/.drone.yml @@ -66,6 +66,7 @@ steps: from_secret: VERCEL_SCOPE commands: - export VERCEL_BUILD_URL=$(vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c --prod) + - echo VERCEL_BUILD_URL=$VERCEL_BUILD_URL >> .env when: branch: - main @@ -83,7 +84,7 @@ steps: branch: exclude: - main - - name: discord notification (private) + - name: discord notification image: appleboy/drone-discord environment: WEBHOOK_ID_PRIVATE: