Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #168 from apiaryio/abtris/readme-brew
Browse files Browse the repository at this point in the history
doc: update developer docs, add rollback, fix deploy
  • Loading branch information
honzajavorek committed Jun 19, 2018
2 parents 3d9bbc2 + a5b77ce commit 49d1b52
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/source/developer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,24 @@ This:

#. Informs others on Slack
#. Deploys master to production using ``grunt deploy``
#. Deploys master to production using ``grunt deploy --app=apiary-staging-qa``
#. Deploys master to production using ``grunt deploy --app=apiary-staging-pre``

Rollback production
~~~~~~~~~~~~~~~~~~~

.. _rollback-production:

Rollback production to previous version with::

bb rollback

This:

#. Informs others on Slack
#. Rollback production using ``grunt rollback``
#. Rollback staging-qa using ``grunt rollback --app=apiary-staging-qa``
#. Rollback staging-pre using ``grunt rollback --app=apiary-staging-pre``


-------
Expand Down

0 comments on commit 49d1b52

Please sign in to comment.