|
@@ -25,13 +25,13 @@ fs.writeFileSync(
|
|
);
|
|
);
|
|
|
|
|
|
fs.writeFileSync(
|
|
fs.writeFileSync(
|
|
- ".env.stagingAli.local",
|
|
|
|
|
|
+ ".env.test.local",
|
|
"VUE_APP_GIT_REPO_VERSION=测试环境(阿里云)-" + buildDate + " - " + revision
|
|
"VUE_APP_GIT_REPO_VERSION=测试环境(阿里云)-" + buildDate + " - " + revision
|
|
);
|
|
);
|
|
|
|
|
|
fs.writeFileSync(
|
|
fs.writeFileSync(
|
|
".env.staging.local",
|
|
".env.staging.local",
|
|
- "VUE_APP_GIT_REPO_VERSION=测试环境-" + buildDate + " - " + revision
|
|
|
|
|
|
+ "VUE_APP_GIT_REPO_VERSION=灰度环境-" + buildDate + " - " + revision
|
|
);
|
|
);
|
|
|
|
|
|
fs.writeFileSync(
|
|
fs.writeFileSync(
|
|
@@ -39,9 +39,4 @@ fs.writeFileSync(
|
|
"VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
|
|
"VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
|
|
);
|
|
);
|
|
|
|
|
|
-fs.writeFileSync(
|
|
|
|
- ".env.production-temp.local",
|
|
|
|
- "VUE_APP_GIT_REPO_VERSION=" + buildDate + " - " + revision
|
|
|
|
-);
|
|
|
|
-
|
|
|
|
console.log();
|
|
console.log();
|