Search
-
Recent Posts
@carbonfive
- New #OSS gem from @carbonfive alum @mperham. #Resque-killer! https://t.co/xu4l19Bt 21 hours ago
- Thanks to all who came to @carbonfive hack night #LA tonight! Great #nodejs talk by @rudy and @sivoh. Probably 25 folks still hacking... 1 week ago
- Great turnout at the @carbonfive hack night tonight with about 45 folks. #sf http://t.co/2EeDMsXR 1 week ago
Tag Archives: Deployment
I’ve previously discussed Continuous Integration for iPhone Projects in TeamCity using Xcode 3 and Building Xcode 4 Projects from the Command Line. Now I’ll tie those together and use TeamCity to automatically create ad hoc builds I can install over … Continue reading
Posted in Mobile
Tagged continuous integration, Deployment, iOS, objective-c, teamcity, Xcode
5 Comments
The Xcode 4 developer tools introduced some changes to the xcodebuild command line tool. Instead of specifying a project and target developers can now provide a workspace and scheme to build.
Previously I discussed our TeamCity configuration using RVM and mentioned that we often use git to deploy projects. Today I’ll share an example of how a TeamCity build agent can trigger deployments of a application hosted on Heroku and some … Continue reading
Posted in Web
Tagged continuous integration, Deployment, rails, rapid development, Testing, Web
2 Comments
We have been using TeamCity to manage the continuous integration, testing, and deployment of many of our recent projects. We have also been using RVM on all of our recent Rails projects to allow us to install multiple ruby versions … Continue reading
Posted in Web
Tagged continuous integration, Deployment, rapid development, ruby, Testing, Web
4 Comments
I’ve written a maven plugin to integrate Screw.Unit javascript tests into a maven build. The project is inspired by the Blue Ridge testing framework for Rails, but it’s a bit more light-weight by design.
I’m working on a application which is deployed to Engine Yard’s Cloud infrastructure and I wanted to automatically redeploy the application whenever our tests passed on our continuous integration server. Engine Yard will eventually allow us to push a branch … Continue reading
Posted in Process, Web
Tagged continuous integration, Deployment, Engine Yard Cloud, rails, rake, Web
Leave a comment