Changes between Version 5 and Version 6 of deployment
- Timestamp:
- 2012-12-12T16:23:47Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
deployment
v5 v6 27 27 28 28 }}} 29 30 To specify the target host use the `-H` option. Valid hosts are `graswww` and `graswww2` . E.g. to update website on `graswww` use: 31 {{{ 32 fab -H graswww -f /usr/local/bin/deploy_romsaf_web.py update_website 33 }}} 34 35 As a general rule changes should be deployed and checked on the secondary webserver `graswww2` before deployment on the primary webserver `graswww`. 29 36 30 37 == Website Updates, Minor Changes ==