deploy ; test ; dest

The month’s work so far, on a single feature looks a bit like this:

while [ ! complete ]; 
{
  do_edits
  deploy
  test || complete
  destroy
}

Fortunately, we have our infrastructure tools built in such a way that a deploy takes about five minutes to spin up a complete, self-contained environment.

Unfortunately, because of the level of the feature that I’m dorking around with, if something goes wrong during the deploy, it takes about an hour to manually pry everything out of AWS.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.