Skip to content

Commit

Permalink
Merge pull request #58 from dokku/correct-remote-host
Browse files Browse the repository at this point in the history
fix: use correct remote host
  • Loading branch information
josegonzalez authored Sep 10, 2022
2 parents 59ea0b9 + 31dc474 commit 09fe857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/review-app-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 09fe857

Please sign in to comment.