4 lines
103 B
Makefile
4 lines
103 B
Makefile
|
deploy:
|
||
|
rsync -azr \
|
||
|
--exclude .git \
|
||
|
./ root@veil:/home/blogDeploy/public/public-files/oplss-2024
|