mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
Add OVH as an option for the cloud platform
This commit is contained in:
committed by
Guewen Baconnier
co-authored by
Guewen Baconnier
parent
5d30207963
commit
66748534f6
@@ -3,3 +3,7 @@
|
||||
|
||||
def install_exoscale(ctx):
|
||||
ctx.env['cloud.platform'].install_exoscale()
|
||||
|
||||
|
||||
def install_ovh(ctx):
|
||||
ctx.env['cloud.platform'].install_ovh()
|
||||
|
||||
Reference in New Issue
Block a user