mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 04:15:35 +02:00
Create surge.md
This commit is contained in:
parent
d6e9cf0092
commit
62bd9e89b1
1 changed files with 19 additions and 0 deletions
19
pages/common/surge.md
Normal file
19
pages/common/surge.md
Normal 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`
|
Loading…
Add table
Reference in a new issue