Skip to content

Commit 0ff4c36

Browse files
authored
Merge pull request #279 from cloudflare/nightly
Release: Nightly to build.cloudflare.dev (fix)
2 parents 0b865d6 + 746d02f commit 0ff4c36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/deploy.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1980,8 +1980,9 @@ class CloudflareDeploymentManager {
19801980
this.updateContainerConfiguration();
19811981
this.updateDispatchNamespace(dispatchNamespacesAvailable);
19821982

1983-
// Step 3: Resolve var/secret conflicts before deployment
1984-
console.log('\n📋 Step 3: Resolving var/secret conflicts...');
1983+
// Step 3: Create .prod.vars and resolve var/secret conflicts before deployment
1984+
console.log('\n📋 Step 3: Creating .prod.vars and resolving var/secret conflicts...');
1985+
this.createProdVarsFile();
19851986
const conflictingVars = await this.removeConflictingVars();
19861987

19871988
// Store for potential cleanup on early exit

0 commit comments

Comments
 (0)