Skip to content

Commit f2c3314

Browse files
authored
fix: add sandbox param in update call (#250)
1 parent 36eabec commit f2c3314

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
@@ -143,6 +143,7 @@ module.exports = {
143143
privacy: container.privacy,
144144
port: container.port,
145145
http_option: container.httpOption,
146+
sandbox: container.sandbox,
146147
};
147148

148149
this.serverless.cli.log(`Updating container ${container.name}...`);

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)