diff --git a/.github/workflows/review-app-cleanup.yml b/.github/workflows/review-app-cleanup.yml index 7a1b90c..ad54966 100644 --- a/.github/workflows/review-app-cleanup.yml +++ b/.github/workflows/review-app-cleanup.yml @@ -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 }}