TAG: deployment

I'm a recovering politico and brand marketer diving head-first into the world of software development, and always searching for ways to impact the world for the better. These are my thoughts.

Navigation

Bug Hunt: Only In Production

For the past few weeks, we've been working in groups on our "greenfield" projects - our chance to create something totally new, from the ground up, with a team of four. We had a few days in class to get started, a week to work while school was closed, and then one day to tidy up before a YCombinator Demo Day-style presentation to our classmates. My team built SnackReactor (which we'll release later this week) -…

How To Set Up Continuous Deployment to Azure from Circle-CI

Continuous delivery and continuous deployment are exciting frontiers in software development. If set up properly, any code committed to a project's repository can pushed live after passing a series of defined tests in a simulated environment. As part of my first group project at Hack Reactor, I wanted to learn how to set up a continuous deployment system, so that we could concentrate on developing great software rather than deploying it. For this, I chose Circle-CI, which was initially easy to set up and had a great user interface.

We chose to host our project on Microsoft's Azure platform, for no better reason than the fact that they've been very generous with credits for Hack Reactor students (and YCombinator startups