Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyliber authored Nov 22, 2019
1 parent 6bd2ad1 commit a346095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ git checkout $DEPLOY_BRANCH

echo "Checking the project locked state"

until ssh dokku@$HOST "apps:locked $PROJECT" 2>&1 | grep -q "does not exist"
until ssh dokku@$HOST "apps:locked ${PROJECT}" 2>&1 | grep -q "does not exist"
do
echo "Project is locked"
sleep 3
Expand Down

0 comments on commit a346095

Please sign in to comment.