6 lines
145 B
Makefile
6 lines
145 B
Makefile
|
dev:
|
||
|
npx serve .
|
||
|
|
||
|
deploy:
|
||
|
rsync -avzL --exclude Makefile --exclude .git . celine-pierrot@ssh-celine-pierrot.ethersys.host:www.pierre-martin.fr
|