Fix .env missing in production build
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Rename discord notification step
This commit is contained in:
parent
880bba7743
commit
8598e75a71
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Reference in a new issue