diff --git a/README.md b/README.md index ef046fa..3605bdf 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Wildebeest uses [Deploy to Workers](https://deploy.workers.cloudflare.com/) to a **Click here to start the installation.** -[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/wildebeest&authed=true&fields={%22name%22:%22Zone%20tag%22,%22secret%22:%22CF_ZONE_ID%22,%22descr%22:%22Zone%20tag%22}&fields={%22name%22:%22Domain%22,%22secret%22:%22CF_DEPLOY_DOMAIN%22,%22descr%22:%22Domain%20on%20which%20your%20instance%20will%20be%20running%22}&fields={%22name%22:%22Instance%20title%22,%22secret%22:%22INSTANCE_TITLE%22,%22descr%22:%22Title%20of%20your%20instance%22}&fields={%22name%22:%22Administrator%20email%22,%22secret%22:%22ADMIN_EMAIL%22,%22descr%22:%22An%20email%20address%20that%20can%20be%20messaged%20regarding%20inquiries%20or%20issues%22}&fields={%22name%22:%22Instance%20description%22,%22secret%22:%22INSTANCE_DESCR%22,%22descr%22:%22A%20short,%20plain-text%20description%20of%20your%20instance%22}) +[](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/wildebeest&authed=true&fields={%22name%22:%22Zone%20ID%22,%22secret%22:%22CF_ZONE_ID%22,%22descr%22:%22Get%20your%20Zone%20ID%20from%20the%20Cloudflare%20Dashboard%22}&fields={%22name%22:%22Domain%22,%22secret%22:%22CF_DEPLOY_DOMAIN%22,%22descr%22:%22Domain%20on%20which%20your%20instance%20will%20be%20running%22}&fields={%22name%22:%22Instance%20title%22,%22secret%22:%22INSTANCE_TITLE%22,%22descr%22:%22Title%20of%20your%20instance%22}&fields={%22name%22:%22Administrator%20Email%22,%22secret%22:%22ADMIN_EMAIL%22,%22descr%22:%22An%20Email%20address%20that%20can%20be%20messaged%20regarding%20inquiries%20or%20issues%22}&fields={%22name%22:%22Instance%20description%22,%22secret%22:%22INSTANCE_DESCR%22,%22descr%22:%22A%20short,%20plain-text%20description%20of%20your%20instance%22}) Please pay attention to all the steps involved in the installation process. diff --git a/scripts/generate-one-click-deploy-button.mjs b/scripts/generate-one-click-deploy-button.mjs index df0dd6f..6be99f6 100644 --- a/scripts/generate-one-click-deploy-button.mjs +++ b/scripts/generate-one-click-deploy-button.mjs @@ -2,9 +2,9 @@ const PROJECT_URL = 'https://github.com/cloudflare/wildebeest' const ONE_CLICK_BASE_URL = 'https://deploy.workers.cloudflare.com' const FIELDS = [ { - name: 'Zone tag', + name: 'Zone ID', secret: 'CF_ZONE_ID', - descr: 'Zone tag', + descr: 'Get your Zone ID from the Cloudflare Dashboard', }, { name: 'Domain', @@ -17,9 +17,9 @@ const FIELDS = [ descr: 'Title of your instance', }, { - name: 'Administrator email', + name: 'Administrator Email', secret: 'ADMIN_EMAIL', - descr: 'An email address that can be messaged regarding inquiries or issues', + descr: 'An Email address that can be messaged regarding inquiries or issues', }, { name: 'Instance description',