Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
fix install script - add missing cd
Browse files Browse the repository at this point in the history
  • Loading branch information
monty5811 committed Jul 14, 2017
1 parent eb22a51 commit bb09531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ansible_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ pull_repo() {

install() {
echo "Running ansible deploy"
cd $ANSIBLE_DIR
$APOSTELLO_INSTALL_DIR/venv/bin/ansible-playbook -i 127.0.0.1, production.yml --connection=local
}

Expand Down

0 comments on commit bb09531

Please sign in to comment.