Skip to content

Instantly share code, notes, and snippets.

@VictorTpo
Last active August 29, 2015 14:11
Show Gist options
  • Save VictorTpo/3982c06c9541ee3c0f69 to your computer and use it in GitHub Desktop.
Save VictorTpo/3982c06c9541ee3c0f69 to your computer and use it in GitHub Desktop.

#CAPISTRANO CMD

####Deploy current branch

> cap <ENV> deploy

####Maintenance

> cap <ENV> maintenance:on REASON='foo bar' ALLOWED_IPS='xxx.xxx.xx.xxx'
> cap <ENV> maintenance:off
@kenzo2013
Copy link

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment