From 31dc4746e282960d5ac3d614fcb8dc4c3de6c0e6 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Sat, 10 Sep 2022 18:25:08 -0400 Subject: [PATCH] fix: use correct remote host --- .github/workflows/review-app-cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}