Skip to content

Commit c4902d5

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat/healthcheck
2 parents 38b06e0 + f2c3314 commit c4902d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

deploy/lib/createContainers.js

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ module.exports = {
164164
privacy: container.privacy,
165165
port: container.port,
166166
http_option: container.httpOption,
167+
sandbox: container.sandbox,
167168
health_check: adaptHealthCheckToAPI(container.healthCheck),
168169
};
169170

deploy/lib/createFunctions.js

+1
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)