*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Change the default deploy.rb to add stages (eg. staging, production) . Here is an exampleand add a deploy directory containing a file for each stage.
- featureserver_test_library_cornell_edu
- .git
- .gitignore
- Capfile
- config
- deploy
- staging.rb
- production.rb
- deploy.rb
- deploy
- README.txt
- backup/ - place for backup files
- private_files/ - point Drupal's private file directory at this directory (later)
- public/ - put your Drupal site here (later)
Server Directory