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