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