mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
fix: use correct remote host
This commit is contained in:
parent
59ea0b94e1
commit
31dc4746e2
2
.github/workflows/review-app-cleanup.yml
vendored
2
.github/workflows/review-app-cleanup.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
# destroy a review app
|
# destroy a review app
|
||||||
command: review-apps:destroy
|
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
|
# specify a name for the review app
|
||||||
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
review_app_name: nginx-buildpack-${{ github.event.pull_request.number }}
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user