trip-calculator/Makefile
Wesley Moore ee6b1efd6b
Rename arrow.js file
Nginx doesn't have a default mapping for .mjs so doesn't serve it with
the JavaScript MIME type, which upsets the browser.
2024-09-05 08:59:11 +10:00

6 lines
225 B
Makefile

help:
@echo deploy
deploy:
rsync -avz arrow.min.js hardforze.binarytrance.com:infrastructure/volumes/www/7bit.org/
rsync -avz index.html hardforze.binarytrance.com:infrastructure/volumes/www/7bit.org/trip-calculator.html