Add org-publish configuration for publishing my config
The config is live since a few minutes at https://config.mmk2410.org. A related blog post is coming tomorrow!
This commit is contained in:
parent
8bae7c5cce
commit
e5013af499
21 changed files with 4952 additions and 0 deletions
12
publish/upload.sh
Executable file
12
publish/upload.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Deploy using rsync
|
||||
rsync \
|
||||
--archive \
|
||||
--verbose \
|
||||
--compress \
|
||||
--chown=marcel:www-data \
|
||||
--delete \
|
||||
--progress \
|
||||
/tmp/dot-emacs-publish/ \
|
||||
tolkien:/var/www/config.mmk2410.org/
|
Loading…
Add table
Add a link
Reference in a new issue