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