Fixes make file
This commit is contained in:
parent
06494cf821
commit
8db602c8bd
3
Makefile
3
Makefile
|
@ -20,7 +20,4 @@ clean:
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
@mkdir -p $(DEPLOY_DIR) && cp $(OUTPUT_DIR)/*.bundle.js $(DEPLOY_DIR)
|
@mkdir -p $(DEPLOY_DIR) && cp $(OUTPUT_DIR)/*.bundle.js $(DEPLOY_DIR)
|
||||||
scp $(DEPLOY_DIR)/*.bundle.js hristo.jitsi.net:/srv/web/hristo.jitsi.net/$(DEPLOY_DIR)
|
|
||||||
|
|
||||||
dd: debug deploy
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue