Release phase is now generally available

Change effective on 08 June 2017

Release phase is generally available today, allowing you to define tasks that are run before a release is deployed to production. Release phase can be used to automatically:

  • Run a database schema migration
  • Upload static assets to a CDN
  • Perform any other task your app needs to be ready for production

If a release phase task fails, the new release is not deployed, leaving the production release unaffected.

See the release phase documentation for more information.