1. Deploy to our servers
Deploying to our servers is the easiest way to get your site online. It
involves a single command:
sssg --deploy [optional-domain-name].
- TODO: Include about deploying to staging or production.
-
If you want to use a custom domain name, run:
sssg --deploy www.my-custom-domain.com.
In order for SSL to work properly, you must point your DNS at our servers for the custom domain name that you choose. The IP address is1.1.1.1. -
If you want to use a subdomain of your choosing, run:
sssg --deploy my-subdomain.sssg.dev
wheremy-subdomainis something you want to use. All subdomains are on thesssg.devdomain. -
If you want to use a random subdomain, run:
sssg --deployand we'll create a subdomain for you.