From 559e69e807708b5234391d49881198b2b66dc44f Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 16 Aug 2024 10:51:13 -0700 Subject: [PATCH] update deployment process in readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 6066a10d..7965f83c 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,8 @@ This command generates static content into the `build` directory and can be serv Commits to main are automatically deployed to https://docs-dev.zerotier.com -To promote to production: +To promote to production, create a tag & release on GitHub. Tag/Release names should follow this format: `YYYY-MM-DD-RELEASE_NUMBER`. For example, the 2nd release on August 16, 204 would be `2024-08-16-2`. -```console -drone build promote zerotier/docs $DRONE_BUILD_NUMBER production -``` - -Note: You'll need the `drone` CLI installed and in the PATH, as well as a couple of environment variables set in order to run the drone CLI. ZeroTier employees can check out http://drone.ci.lab/account for details. ## Spelling / Typos