- commit
- 82b9797
- parent
- c96d94b
- author
- Eric Bower
- date
- 2023-08-07 15:05:32 +0000 UTC
use `scp -r` for now
1 files changed,
+3,
-3
+3,
-3
1@@ -28,7 +28,7 @@
2
3 {{define "body"}}
4 <header class="text-center">
5- <h1 class="text-2xl font-bold">{{.Site.Domain}}</h1>
6+ <h1 class="text-2xl font-bold">{{.Site.Domain}} [beta]</h1>
7 <p class="text-lg">A zero-dependency static site hosting service for hackers.</p>
8 <hr />
9 </header>
10@@ -49,7 +49,7 @@
11 <li>No client-side installation required to fully manage static sites</li>
12 <li>Distinct static sites as "projects"</li>
13 <li>Unlimited projects created on-the-fly (no need to create a project first)</li>
14- <li>Deploy via <code>rsync -a . erock@{{.Site.Domain}}:/myproject</code></li>
15+ <li>Deploy via <code>scp -r * erock@{{.Site.Domain}}:/myproject</code></li>
16 <li>Symbolic linking from one project to another (to support promotions/rollbacks)</li>
17 <li>Managed HTTPS for all projects (e.g. [https://erock-myproject.{{.Site.Domain}}](https://erock-myproject.{{.Site.Domain}}))</li>
18 <li>Custom domains for projects (managed simply by `TXT` records)</li>
19@@ -84,7 +84,7 @@
20 When your site is ready to be published, copy the files to our server with a familiar
21 command:
22 </p>
23- <pre>rsync -a . {{.Site.Domain}}:/myproject</pre>
24+ <pre>scp -r * {{.Site.Domain}}:/myproject</pre>
25 <p>
26 That's it! There's no need to formally create a project, we
27 create them on-the-fly. Further, we provide TLS for every project