mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-23 18:04:34 +00:00
10 lines
170 B
Python
10 lines
170 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()
|