Skip to content
Snippets Groups Projects
Commit b1c981ea authored by Dmytro Bogatov's avatar Dmytro Bogatov :two_hearts:
Browse files

Update .deploy.sh

parent e2d71fb3
No related branches found
No related tags found
No related merge requests found
......@@ -12,9 +12,9 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
cd $DIR
git fetch origin > /dev/null 2>> deploy.log
git reset --hard origin/master > /dev/null 2>> deploy.log
git fetch origin # > /dev/null 2>> deploy.log
git reset --hard origin/master # > /dev/null 2>> deploy.log
bower install --allow-root > /dev/null 2>> deploy.log
bower install # --allow-root > /dev/null 2>> deploy.log
curl --request POST 'https://push.dbogatov.org/api/push/deploy' --data "project=Inara-CV"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment