diff options
author | Frederick Yin <fkfd@fkfd.me> | 2022-03-30 17:46:33 +0800 |
---|---|---|
committer | Frederick Yin <fkfd@fkfd.me> | 2022-03-30 17:46:33 +0800 |
commit | 72565be2392cfda4c4e7d64da4516e1339922a6f (patch) | |
tree | 436e33d64e5ca40608ea33550890346a39f5b7a6 | |
parent | f3c2773f59035913d5bf9c42a456fc773f81edf6 (diff) |
deploy.sh is not useful anymore
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy.sh b/deploy.sh deleted file mode 100755 index 2df63c6..0000000 --- a/deploy.sh +++ /dev/null @@ -1,2 +0,0 @@ -mkdocs build -rsync -r site/* root@fkfd.me:/var/www/blog |