Browse Source

Support static types when deploying

master
Tony Kovanen 8 years ago
parent
commit
45e55d58e2
  1. 2
      lib/read-metadata.js

2
lib/read-metadata.js

@ -112,6 +112,8 @@ async function readMetaData(
}
description = labels.description
} else if (type === 'static') {
// Do nothing
} else {
throw new TypeError(`Unsupported "deploymentType": ${type}`)
}

Loading…
Cancel
Save