Introduction Rails is great, but often it is not the best tool for creating smaller applications. For smaller size apps, especially those that are mainly focused around pure JSON APIs, Sinatra is often a far better option. Unfortunately, the majority of learning resources in the Ruby ecosystem are focused on Rails, and leave out the […]
Igor Šarčević

SSH Access to Your CI Environment
With great pleasure we are announcing the release of a new tool on Semaphore – the ability to SSH into your CI environment.
Meteor.js: Getting Started
MeteorJS stands out among the recent big Javascript frameworks with its radical view on creating web applications. It seamlessly connects the client side code with a Node + MongoDB based backend and promises unbelievably fast application development.
Deploy from your chat room
Remember how excited you were when Jesse Newland from GitHub presented ChatOps at GitHub? Great news! From now on you can set up your own Hubot to perform deployments on Semaphore.
Easier Way To Manage Environment Variables
Thus far the only way you could add an environment variable to you project was to include an export SECRET_TOKEN=abcd123 in your build configuration.
New Build and Deploy Emails
We are very happy to announce that Semaphore is now sending new and more helpful build and deploy emails.So far, we have been sending out plain …