remove make upload

This commit is contained in:
Christian Lawson-Perfect 2025-02-13 12:53:16 +00:00
parent 0b982a326d
commit ce6524bb26

View file

@ -14,7 +14,3 @@ dist/think-editor.js: src/App.elm $(ELMS)
$(PROD_DIR)/%: dist/%
cp $< $@
upload: app.js index.html style.css
rsync -avz . clpland:~/domains/somethingorotherwhatever.com/html/$(DIRNAME)
@echo "Uploaded to https://somethingorotherwhatever.com/$(DIRNAME)"