mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
10 lines
171 B
Python
10 lines
171 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
def install_exoscale(ctx):
|
|
ctx.env['cloud.platform'].install_exoscale()
|
|
|
|
|
|
def install_ovh(ctx):
|
|
ctx.env['cloud.platform'].install('ovh')
|