Fixes make file

This commit is contained in:
hristoterezov 2015-01-09 11:49:45 +02:00
parent 06494cf821
commit 8db602c8bd
1 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,4 @@ clean:
deploy:
@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