We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7305e commit 894368cCopy full SHA for 894368c
1 file changed
src/deploy/hosting/prepare.ts
@@ -118,6 +118,7 @@ export async function prepare(
118
const versions = await Promise.all(
119
configs.map(async (config) => {
120
if (!Constants.isDemoProject(context.projectId)) {
121
+ // Get the site to confirm that it exists on this project
122
await api.getSite(context.projectId, config.site);
123
}
124
const labels: Record<string, string> = {
0 commit comments