diff --git a/.cloud66/manifest.yml b/.cloud66/manifest.yml index 529a0303..9996909d 100644 --- a/.cloud66/manifest.yml +++ b/.cloud66/manifest.yml @@ -1,15 +1,11 @@ -production: &production - rack: - configuration: - custom_deploy_command: bin/rake db:migrate - operating_system: ubuntu2004 - ruby_version: 3.1.2 - -development: - <<: *production - -sandbox: - <<: *production - -staging: - <<: *production +disaster_recovery: + rails: + servers: + - server: + unique_name: DR_app + vendor: aws + region: us-east-1 + size: m3.medium + root_disk_size: 100 + root_disk_type: ssd + availability_zone: us-east-1c