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