Marcel Kapfer
e5013af499
The config is live since a few minutes at https://config.mmk2410.org. A related blog post is coming tomorrow!
12 lines
224 B
Bash
Executable file
12 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/
|