diff --git a/.drone.yml b/.drone.yml index 96efd7d..873e8d2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,6 +45,11 @@ steps: - build-pwa - name: deploy (production) image: dockette/vercel + environment: + VERCEL_TOKEN: + from_secret: VERCEL_TOKEN + VERCEL_SCOPE: + from_secret: VERCEL_SCOPE commands: - vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c when: @@ -56,6 +61,11 @@ steps: - type-check - name: deploy (preview) image: dockette/vercel + environment: + VERCEL_TOKEN: + from_secret: VERCEL_TOKEN + VERCEL_SCOPE: + from_secret: VERCEL_SCOPE commands: - vercel -t $VERCEL_TOKEN --scope $VERCEL_SCOPE -c when: