Skip to content

Commit

Permalink
Merge pull request #2 from badsyntax/patch-1
Browse files Browse the repository at this point in the history
Fix review-apps:destroy command
  • Loading branch information
josegonzalez authored Jan 4, 2021
2 parents 9da949e + c6735ec commit 693b8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/dokku-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if [ "$COMMAND" = "review-apps:create" ] || [ "$COMMAND" = 'review-apps:destroy'
fi
fi

if [ "$COMMAND" = "review-app:destroy" ]; then
if [ "$COMMAND" = "review-apps:destroy" ]; then
log-info "Destroying review app '${REVIEW_APP_NAME}'"
ssh "$ssh_remote" -- --force apps:destroy "$REVIEW_APP_NAME"
exit 0
Expand Down

0 comments on commit 693b8fb

Please sign in to comment.