Added syncdev to Makefile.
This commit is contained in:
parent
c6fc7c4208
commit
e0cf6a3e28
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -40,3 +40,6 @@ sync:
|
|||
rsync -avr --delete --delete-excluded --exclude=build.log --exclude=Makefile ./_site/ xw3.org:/var/www/xw3.org/www/_site/
|
||||
scp -r .well-known xw3.org:/var/www/xw3.org/www/_site/
|
||||
|
||||
syncdev:
|
||||
rsync -avr --delete --delete-excluded --exclude=build.log --exclude=Makefile ./ xw3.org:/var/www/xw3.org/www/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue