Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
heimdallrj committed Jun 4, 2017
1 parent fea44ac commit 7d0ea1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .scripts/deploy.sh.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EOF

ssh -i ${PUBLIC_KEY_PATH} ${USERNAME}@${HOST} <<EOF
cd /var/www/public
# rm -rf vendor
# composer install
rm -rf vendor
composer install
pwd
EOF

0 comments on commit 7d0ea1a

Please sign in to comment.