Tagged Questions
0
votes
1answer
75 views
How do I host a site in Appharbor using github deploy?
I deployed a github application in AppHarbor and the AppHarbor built the bridge between them, but it´s not working. When I access the hostname of my app (http://cesarmvcapp.apphb.com/) it only shows ...
0
votes
1answer
54 views
How to point Appharbor to child folder of Github repository
I have one private repository on GitHub folder and I would like to push over AppHarbor and for that I have created application over there and with below option I have mapped GitHub repository.
...
1
vote
1answer
86 views
How to hide SQL username and passwords from Github if using AppHarbor/Heroku to deploy?
Basically, I push code to Github and then AppHarbor/Heroku has a hook that builds from the latest commit.
If I .gitignore the file itself, AppHarbor/Heroku can't have the built application connect to ...
0
votes
1answer
111 views
AppHarbor WPF ClickOnce
I have an open source WPF application hosted on GitHub: https://github.com/tomhunter-gh/SourceLog
What I was hoping to do was add ClickOnce deployment and host the ClickOnce install on AppHarbor so ...
0
votes
1answer
48 views
How do you prevent a development branch in Github from syncing to AppHarbor
I have a master and a development branch in Github and the repository is configured to sync changes to AppHarbor. I configured the master branch as specified at the support site.
Is there a way ...
1
vote
1answer
94 views
How to hide connectionStrings on Github for both Entity Framework and Membership, that will be used on AppHarbor later on?
I know the title looks somewhat confusing so let me explain. :)
I have a MVC 3.0 Project for which I maintain a public repository @ github, and said Project utilizes the Entity Framework and the ...
0
votes
1answer
71 views
App Harbor “Couldn't pick a single solution file” build error
I have a GitHub Repository with more that one solution (One for AppHarbor and the other for Windows Azure, separate but interdependent apps.)
How can I push to AppHarbor and Identify which SLN is ...
-1
votes
1answer
556 views
Application unable to connect to database on AppHarbor
I have this application which I am developing for learning purpose. I have hosted the application on AppHarbor.
It is ASP.NET MVC and EF Code First.
I added the SQL server free add on for db purpose ...
1
vote
1answer
90 views
How to protect passwords on a AppHarbor-app, with service-hook to GitHub
What are possible patterns around solving this problem on a AppHarbor-app that gets pushed to every time a push is done on it's opensource GitHub-project?
Say I have sensitive passwords stored in my ...
3
votes
2answers
285 views
How can I deploy an SQL database to AppHarbor from GitHub?
I've got appharbor working currently with github, but the problem I'm running into is scripting my database schema (and test data) and having it deployed along with the rest of my project.
Have any ...
2
votes
2answers
184 views
Using SubModules on AppHarbor
I know that current Git submodules are not supported by AppHarbor (as per this support ticket and I just did a quick test that confirmed it)
BUT, is there another way?
I currently have a GitHub ...
4
votes
1answer
313 views
How do i deploy from a single github repo with multiple branches to multiple AppHarbor instances
I have a private repository on GitHub that contains an ASP.Net MVC project and am able to deploy this via a Service hook to my AppHarbor instance.
My repository contains three branches, Develop, Test ...
1
vote
1answer
184 views
Is it possible to push to multiple applications with the current AppHarbor <> GitHub integration
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 ...