I have one Mvc application and one WCF service. AppHarbor only supports one web application in your appharbor application. I followed the instructions about splitting the application to two different solution files. Webb.App.sln and Wcf.Service.sln. It works fine do deploy each of them separatly. In GitHub you can use the AppHarbor service hook to deploy each time a new commit is made.
Is it possible to push to multiple applications with the current AppHarbor <> GitHub integration?
Is there any other way to make the deploy from GitHub to AppHarbor automatically to each of the AppHarbor applications when there is a commit?
It is not possible to push to multiple applications with the current AppHarbor <> GitHub integration.
It’s a good idea though and I’ve recently sent GitHub a pull request, so it should be possible to specify a list of applications very soon. I’ll post an update when it has been merged.
It’s now possible to specify a comma-separated list of application slugs like so:
foo,bar,bazwhen setting up the AppHarbor service on GitHub. This will push your code to all the listed applications.