Skip to content

Commit bf19f38

Browse files
committed
Remove deprecated Heroku deployment strategies
1 parent 95b366f commit bf19f38

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

user/deployment/heroku.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,6 @@ Travis CI supports different mechanisms for deploying to Heroku:
164164

165165
- **api:** Uses Heroku's [Build API](https://devcenter.heroku.com/articles/build-and-release-using-the-api). This is the default strategy.
166166
- **git:** Does a `git push` over HTTPS.
167-
- **git-ssh:** Does a `git push` over SSH. This will generate a new key on every deployment.
168-
- **git-deploy-key:** Does a `git push` over SSH. It will reuse the same key on every deployment. This is only available for private projects.
169167

170168
It defaults to **api**, but you can change that via the **strategy** option:
171169

@@ -176,10 +174,6 @@ deploy:
176174
strategy: git
177175
```
178176

179-
> Note that the `git-ssh` and `git-deploy-key` strategies are **deprecated**, and will be shut
180-
> down on June 26th, 2017.
181-
> Please contact us if you have issues switching away from these.
182-
183177
#### Using `.gitignore` on `git` strategy
184178

185179
When you use any of the `git` strategies, be mindful that the deployment will

0 commit comments

Comments
 (0)