March 2011 Blog Posts
AppHarbor is trying to provide .NET developers with similar goodness that Heroku offers to their Ruby counterparts. At the moment deployment to AppHarbor has at least 6 distinct stages: Code gets pushed to AppHarbor Code gets compiled Unit tests get run Config transformations get applied Configuration Variables get applied Code gets actually deployed to a web server At least one obvious stage is missing which is the database deployment. In .NET world there...