Related documentation
How to publish a static site
There are 3 ways to publish a static site in Roe:
- Download a zip of your site and upload it directly to your host
- SFTP (SSH File Transfer Protocol)
- FTPS (File Transfer Protocal Secure)
Most web hosting providers will offer one or all of these. Check their documentation to determine the options they provide for publishing your site.
How to download a Zip of your site
You can download a full zip of your entire site/ folder at any time. This can be used as a backup or to upload to a web host.
- Go to Site Sync → Static Site Sync
- Choose the ZIP Download option
- Click
DOWNLOAD ZIP
How to set up SFTP
This is the recommended option to sync your files from Roe to your web host.
- Go to Site Sync → Static Site Sync
- Choose
SFTP -
Host- Get the host from your hosting provider for FTP and enter that here. -
Port- should be set to 22 -
Username- your hosting account username (e.g. your cPanel account) -
SSH private key- add your private key here -
Key passphrase- if you added a passphrase to your key when it was created, add that here -
Remote path- The folder on your host you want to publish into - commonlypublic-htmlbut can vary by host.
Helpful documentation links
cPanel
Many web hosting providers install cPanel to help you manage your site. These docs may come in handy: