mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
8 lines
147 B
Python
8 lines
147 B
Python
|
|
def install_exoscale(ctx):
|
|
ctx.env['cloud.platform'].install('exoscale')
|
|
|
|
|
|
def install_ovh(ctx):
|
|
ctx.env['cloud.platform'].install('ovh')
|