Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async function deployApp() {
const targetDir = path.join(__dirname, '../../system-test/fixtures/hook');
await gcx.deploy({
name: fullPrefix,
entryPoint: 'getMetadata',
triggerHTTP: true,
runtime: 'nodejs8',
region: 'us-central1',
targetDir,
});
}