- commit
- 0492352
- parent
- c928786
- author
- Eric Bower
- date
- 2024-09-09 14:03:51 +0000 UTC
docs(pubsub): copy
1 files changed,
+6,
-0
+6,
-0
1@@ -45,6 +45,12 @@
2 <pre>./longjob.sh; ssh {{.Site.Domain}} pub notify -e</pre>
3 </div>
4
5+ <div>
6+ <h2 class="text-xl">File sharing</h2>
7+ <pre>cat doc.md | ssh {{.Site.Domain}} pub thedoc</pre>
8+ <pre>ssh {{.Site.Domain}} sub thedoc > ./important.md</pre>
9+ </div>
10+
11 <div>
12 <h2 class="text-xl">Simple CI/CD</h2>
13 <pre>ssh {{.Site.Domain}} sub myimg; docker pull myimg && docker up -d dev</pre>