File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -164,8 +164,6 @@ Travis CI supports different mechanisms for deploying to Heroku:
164
164
165
165
- **api:** Uses Heroku's [Build API](https://devcenter.heroku.com/articles/build-and-release-using-the-api). This is the default strategy.
166
166
- **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.
169
167
170
168
It defaults to **api**, but you can change that via the **strategy** option :
171
169
@@ -176,10 +174,6 @@ deploy:
176
174
strategy: git
177
175
` ` `
178
176
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
-
183
177
# ### Using `.gitignore` on `git` strategy
184
178
185
179
When you use any of the `git` strategies, be mindful that the deployment will
You can’t perform that action at this time.
0 commit comments