Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
await progress('Deploying a new build of your Twilio Runtime', async () => {
const newBuild = await buildClient.create(buildData);
const deployment = await deploymentClient.create(newBuild.sid);
updatePackageVersion(nextVersion);
return deployment;
});