|
76 | 76 | ### Values for `--type`
|
77 | 77 |
|
78 | 78 | - `docker`: for Docker-based applications
|
| 79 | +- `elixir`: for Elixir-based applications |
79 | 80 | - `go`: for Go applications
|
80 |
| -- `gradle`: for applications launched with gradle |
81 |
| -- `haskell`: for haskell applications |
82 |
| -- `jar`: for applications deployed as standalone jar files |
83 |
| -- `maven`: for applications launched with maven |
| 81 | +- `gradle`: for applications launched with Gradle |
| 82 | +- `haskell`: for Haskell applications |
| 83 | +- `jar`: for applications deployed as standalone JAR files |
| 84 | +- `maven`: for applications launched with Maven |
84 | 85 | - `meteor`: for Meteor applications launched with Node.js
|
85 | 86 | - `node`: for Node.js applications
|
86 | 87 | - `php`: for PHP applications
|
87 | 88 | - `play1`: for Play1 applications
|
88 | 89 | - `play2`: for Play2 applications
|
89 |
| -- `python`: for python27 and python3 applications |
90 |
| -- `ruby`: for ruby applications |
91 |
| -- `rust`: for rust applications |
| 90 | +- `python`: for Python applications |
| 91 | +- `ruby`: for Ruby applications |
| 92 | +- `rust`: for Rust applications |
92 | 93 | - `sbt`: for applications launched with SBT
|
93 | 94 | - `static-apache`: for static (HTML only) websites
|
94 |
| -- `war`: for applications deployed as war files |
| 95 | +- `war`: for applications deployed as WAR files |
95 | 96 |
|
96 | 97 | ### Inject secrets and variables
|
97 | 98 |
|
@@ -123,10 +124,10 @@ You can override default options by defining `region`, `domain`, `name`, and `al
|
123 | 124 | ### Values for `--region`
|
124 | 125 |
|
125 | 126 | - `par` (Paris, [Clever Cloud](https://www.clever-cloud.com/infrastructure/))
|
| 127 | +- `grahds` (Gravelines, HDS servers, OVHcloud) |
126 | 128 | - `rbx` (Roubaix, OVHcloud)
|
127 | 129 | - `rbxhds` (Roubaix, HDS servers, OVHcloud)
|
128 | 130 | - `scw` (Paris, [Scaleway DC5](https://www.clever-cloud.com/blog/press/2023/01/17/clever-cloud-and-scaleway-join-forces-to-unveil-a-sovereign-european-paas-offering/))
|
129 |
| -- `jed` (Jeddah, Oracle Cloud) |
130 | 131 | - `mtl` (Montreal, OVHcloud)
|
131 | 132 | - `sgp` (Singapore, OVHcloud)
|
132 | 133 | - `syd` (Sydney, OVHcloud)
|
|
0 commit comments