Issue
I've got private code in a VisualStudio.com's tfs Git repository.
I'd like to continuously deploy it to Heroku, as code is returned.
What is the simplest/easiest way to do this?
e.g. Does VisualStudio.com support pushing to the Heroku git repository?
Does Heroku support monitoring of any other git repo besides GitHub?
Any other creative solutions? I've got multiple people pushing to the VisualStudio repo, so I'd like to avoid everyone having to configure two push points... if that is possible.
Solution
There is Heroky Release Tools Extension in Visual Studio Team Services Marketplace that you could use to deploy to Heroku app. (install it into your VSTS)
- Create an Heroku App or use an existent one;
- Retrieve the API Key from an valid App Contributor User;
- Configure a build definition that generates the final files that should be pushed to Heroku (we recommend you to put all your file structure under a "drop" named folder;
- Configure a release definition with the Push to Heroku task in it.
Install:
Answered By - starian chen-MSFT Answer Checked By - Marie Seifert (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.