diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-08 01:59:35 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-08 01:59:35 +0200 |
commit | 3d2d8943e7137aadb8f782c7e17ec4a27d25fafe (patch) | |
tree | bf051a13da012eede90669bf4d55a7db96de8c82 /rsync_to_testing | |
parent | cbdc69372ef3aa090cf95d6151fa87696618f835 (diff) |
Finally rsync-ing everything to testing and then production
Changes to be committed:
modified: config.toml
new file: rsync_to_testing
Diffstat (limited to 'rsync_to_testing')
-rwxr-xr-x | rsync_to_testing | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rsync_to_testing b/rsync_to_testing new file mode 100755 index 0000000..9e6274a --- /dev/null +++ b/rsync_to_testing @@ -0,0 +1,5 @@ +#!/bin/bash + +set -e + +rsync -vhPr --delete-after ~/dev/blog/public ~/dev/websites/alphara |