-
Notifications
You must be signed in to change notification settings - Fork 2
Deployment
Marten Veldthuis edited this page Nov 16, 2015
·
3 revisions
Lita can help you deploy projects:
Command | Action |
---|---|
lita: panoptes status |
Tells you if there are any commits that aren't currently deployed (with a link to Github). |
lita: panoptes build |
Builds the AMI that can then be deployed as the new version of Panoptes. |
lita: panoptes deploy |
Marks the new AMI as the to-be running version, and restarts all running instances. |
lita: panoptes lock [REASON] |
Locks the build so that no new versions can be deployed (in case it would break something). Keeps track of who locked it any why. |
lita: panoptes unlock |
Unlocks the build. Anyone can unlock. |
Support for projects other than Panoptes is TODO. Support for restarts, migrations and other rake tasks too.