dot-emacs/publish/upload.sh
Marcel Kapfer e5013af499
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!
2022-01-29 22:35:44 +01:00

13 lines
224 B
Bash
Executable file

#!/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/