1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 19:15:27 +02:00

surge: update page

-  Made tokens to be snake case
- Simplified description
- Simplified DNS name description
This commit is contained in:
Agniva De Sarker 2017-11-28 20:48:41 +05:30 committed by GitHub
parent c798774097
commit dc0653e986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`