From dc0653e986a715922246e170546504e31373759f Mon Sep 17 00:00:00 2001 From: Agniva De Sarker Date: Tue, 28 Nov 2017 20:48:41 +0530 Subject: [PATCH] surge: update page - Made tokens to be snake case - Simplified description - Simplified DNS name description --- pages/common/surge.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/surge.md b/pages/common/surge.md index d33e40c432..832a383479 100644 --- a/pages/common/surge.md +++ b/pages/common/surge.md @@ -1,14 +1,14 @@ -# Surge +# surge -> Simple, single-command web publishing. +> Simple command line web publishing. - Upload a new site to surge.sh: -`surge {{ /path/to/my-project }}` +`surge {{path/to/my_project}}` -- Deploy site to custom domain (note that the DNS records must be changed on the domain): +- Deploy site to custom domain (note that the DNS records must point to the surge.sh subdomain): -`surge {{ path/to/my-project }} {{ my-custom-domain.com }}` +`surge {{path/to/my_project}} {{my_custom_domain.com}}` - List your surge projects: @@ -16,4 +16,4 @@ - Remove a project: -`surge teardown {{ your.project-domain.com }}` +`surge teardown {{my_custom_domain.com}}`