1
Fork 0

hide build command

This commit is contained in:
Jake Howard 2016-08-16 22:00:44 +01:00
parent 16f2cd4be3
commit 92e8062a26
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -63,7 +63,7 @@ spellcheck:
upload: build upload: build
git clone https://github.com/RealOrangeOne/host-container.git $(DEPLOY_DIR) git clone https://github.com/RealOrangeOne/host-container.git $(DEPLOY_DIR)
cp -rf $(OUTPUTDIR)/* $(DEPLOY_DIR)/site/ cp -rf $(OUTPUTDIR)/* $(DEPLOY_DIR)/site/
cd $(DEPLOY_DIR) && git remote add dokku $(DEPLOY_URL) && git add . && git commit -m "add files" && git push -f dokku master @cd $(DEPLOY_DIR) && git remote add dokku $(DEPLOY_URL) && git add . && git commit -m "add files" && git push -f dokku master --quiet
rm -rf $(DEPLOY_DIR) rm -rf $(DEPLOY_DIR)