fix: use correct remote host

This commit is contained in:
Jose Diaz-Gonzalez 2022-09-10 18:25:08 -04:00
parent 59ea0b94e1
commit 31dc4746e2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
with:
# destroy a review app
command: review-apps:destroy
git_remote_url: 'ssh://dokku@dokku.me:22/nginx-buildpack'
git_remote_url: 'ssh://dokku@dokku.com/nginx-buildpack'
# specify a name for the review app
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}