diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | config/deploy-pass | bin | 0 -> 33 bytes | |||
-rw-r--r-- | config/deploy-path | bin | 0 -> 96 bytes |
4 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3419812..e55b7aa 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ config/*db.json filter=git-crypt diff=git-crypt +config/deploy-* filter=git-crypt diff=git-crypt @@ -22,3 +22,6 @@ $(tmpfiles): players: bin/build-players.sh http + +deploy: + sshpass -p `cat config/deploy-pass` rsync -urpP http/ `cat config/deploy-path` diff --git a/config/deploy-pass b/config/deploy-pass Binary files differnew file mode 100644 index 0000000..1a0d0a7 --- /dev/null +++ b/config/deploy-pass diff --git a/config/deploy-path b/config/deploy-path Binary files differnew file mode 100644 index 0000000..a7a4bc0 --- /dev/null +++ b/config/deploy-path |