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:
Marcel Kapfer 2022-01-29 22:35:44 +01:00
parent 8bae7c5cce
commit e5013af499
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09
21 changed files with 4952 additions and 0 deletions

12
publish/upload.sh Executable file
View 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/