Skip to content

Commit

Permalink
chore: switch to dokku.me for hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez authored Dec 30, 2020
1 parent ad18c78 commit 6e5e5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-workflows/review-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
# create a review app
command: review-apps:create
git_remote_url: 'ssh://dokku@dokku.myhost.ca:22/appname'
git_remote_url: 'ssh://dokku@dokku.me:22/appname'
# specify a name for the review app
review_app_name: review-appname-${{ github.event.pull_request.number }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
Expand All @@ -37,7 +37,7 @@ jobs:
with:
# destroy a review app
command: review-apps:destroy
git_remote_url: 'ssh://dokku@dokku.myhost.ca:22/appname'
git_remote_url: 'ssh://dokku@dokku.me:22/appname'
# specify a name for the review app
review_app_name: review-appname-${{ github.event.pull_request.number }}
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}

0 comments on commit 6e5e5a5

Please sign in to comment.