Skip to content

Commit

Permalink
simplify deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
minamorl committed Jul 8, 2016
1 parent fad85e0 commit f9b84e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy
Expand Up @@ -4,7 +4,7 @@ ssh $DEPLOY_TARGET -p $DEPLOY_TARGET_PORT bash -c "'
cd respass
git pull
API_SERVER=$API_SERVER DATABASE_URL=$PRODUCTION_SERVER npm run deploy
npm run deploy
sudo systemctl restart respass
'"

0 comments on commit f9b84e9

Please sign in to comment.