summaryrefslogtreecommitdiff
path: root/warrantgen.js
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-02-05 23:27:00 +0100
committerRaindropsSys <raindrops@equestria.dev>2024-02-05 23:27:00 +0100
commitbebe9429b5813f8fedf7afcda67e71cca6b67be0 (patch)
tree1be5338b1149680c99c362e1b023d655ae420bff /warrantgen.js
parent88e17668d301935069b6d5e242f5bdf566bbf5f6 (diff)
downloadstarshine-bebe9429b5813f8fedf7afcda67e71cca6b67be0.tar.gz
starshine-bebe9429b5813f8fedf7afcda67e71cca6b67be0.tar.bz2
starshine-bebe9429b5813f8fedf7afcda67e71cca6b67be0.zip
Updated 2 files (automated)
Diffstat (limited to 'warrantgen.js')
-rw-r--r--warrantgen.js8
1 files changed, 1 insertions, 7 deletions
diff --git a/warrantgen.js b/warrantgen.js
index 8bc0782..515a559 100644
--- a/warrantgen.js
+++ b/warrantgen.js
@@ -52,10 +52,4 @@ require('fs').writeFileSync("pre.txt", text.replace("$$1", process.argv[2]).repl
require('child_process').execSync("gpg --clearsign -o warrant pre.txt");
require('child_process').execSync("gpg --export -a AEA773DB0620C57CFFB07A91EFBDC68435A574B7 > pubkey");
require('fs').writeFileSync("warrant", full.replace("%%", require('fs').readFileSync("warrant").toString()));
-require('fs').unlinkSync("pre.txt");
-require('child_process').execSync("vercel env add WARRANT_CANARY production < ./warrant", { stdio: "inherit" });
-require('child_process').execSync("vercel env add PUBLIC_KEY production < ./pubkey", { stdio: "inherit" });
-require('child_process').execSync("vercel env add WARRANT_CANARY preview < ./warrant", { stdio: "inherit" });
-require('child_process').execSync("vercel env add PUBLIC_KEY preview < ./pubkey", { stdio: "inherit" });
-require('child_process').execSync("vercel env add WARRANT_CANARY development < ./warrant", { stdio: "inherit" });
-require('child_process').execSync("vercel env add PUBLIC_KEY development < ./pubkey", { stdio: "inherit" }); \ No newline at end of file
+require('fs').unlinkSync("pre.txt"); \ No newline at end of file