Create surge.md

coverage
Tom Hill 2017-11-26 21:54:27 +11:00 committed by GitHub
parent d6e9cf0092
commit 62bd9e89b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
pages/common/surge.md Normal file
View File

@ -0,0 +1,19 @@
# Surge
> Simple, single-command web publishing.
- Upload a new site:
`surge /path/to/my-project`
- Deploy site to custom domain (note DNS records must be changed on domain):
`surge path/to/my-project my-custom-domain.com`
- List your surge projects:
`surge list`
- Remove a project:
`surge teardown your.project-domain.com`