remove make upload
This commit is contained in:
parent
0b982a326d
commit
ce6524bb26
1 changed files with 16 additions and 20 deletions
4
Makefile
4
Makefile
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue