Add Makefile
This commit is contained in:
parent
0995fa63f0
commit
14044374dd
1 changed files with 6 additions and 0 deletions
6
Makefile
Normal file
6
Makefile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
help:
|
||||||
|
@echo deploy
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
rsync -avz index.html hardforze.binarytrance.com:infrastructure/volumes/www/7bit.org/trip-calculator.html
|
||||||
|
rsync -avz arrow.min.mjs hardforze.binarytrance.com:infrastructure/volumes/www/7bit.org/
|
Loading…
Reference in a new issue