Skip to content

Commit 9235457

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/scaling-options
2 parents c011640 + 78a8689 commit 9235457

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/lib/createContainers.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ module.exports = {
198198
privacy: container.privacy,
199199
port: container.port,
200200
http_option: container.httpOption,
201+
sandbox: container.sandbox,
201202
health_check: adaptHealthCheckToAPI(container.healthCheck),
202203
scaling_option: adaptScalingOptionToAPI(container.scalingOption),
203204
};

deploy/lib/createFunctions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ Runtime lifecycle doc : https://www.scaleway.com/en/docs/compute/functions/refer
224224
privacy: func.privacy,
225225
domain_name: func.domain_name,
226226
http_option: func.httpOption,
227+
sandbox: func.sandbox,
227228
};
228229

229230
const availableRuntimes = await this.listRuntimes();

0 commit comments

Comments
 (0)