Skip to content

Commit 6e5e5a5

Browse files
authored
chore: switch to dokku.me for hostname
1 parent ad18c78 commit 6e5e5a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example-workflows/review-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
# create a review app
2424
command: review-apps:create
25-
git_remote_url: 'ssh://dokku@dokku.myhost.ca:22/appname'
25+
git_remote_url: 'ssh://dokku@dokku.me:22/appname'
2626
# specify a name for the review app
2727
review_app_name: review-appname-${{ github.event.pull_request.number }}
2828
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
# destroy a review app
3939
command: review-apps:destroy
40-
git_remote_url: 'ssh://dokku@dokku.myhost.ca:22/appname'
40+
git_remote_url: 'ssh://dokku@dokku.me:22/appname'
4141
# specify a name for the review app
4242
review_app_name: review-appname-${{ github.event.pull_request.number }}
4343
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)