From a27421434b324e301fc39cddabf6ec5faee6c022 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 8 Mar 2024 13:41:08 -0700 Subject: [PATCH] add environment to drone --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 5c32d80..8b2b9dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,3 +10,8 @@ steps: - npm install - npm run build - npx wrangler pages publish dist --project-name=the-abstraction-engine + environment: + CLOUDFLARE_API_TOKEN: + from_secret: CLOUDFLARE_API_TOKEN + CLOUDFLARE_ACCOUNT_ID: + from_secret: CLOUDFLARE_ACCOUNT_ID