*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Update cul_capistrano
Undo a site deploy
| Code Block |
|---|
cd mysite
cap staging deploy:rollback
|
List all the capistrano commands
| Code Block |
|---|
cd mysite
cap -T
|