@certik/skynet 0.10.1 → 0.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/deploy.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/deploy.js
CHANGED
|
@@ -436,6 +436,7 @@ function createModeDeploy({
|
|
|
436
436
|
...env,
|
|
437
437
|
SKYNET_NOMAD_PRODUCTION_ADDR: null,
|
|
438
438
|
SKYNET_SLACK_TOKEN: null,
|
|
439
|
+
OPSGENIE_API_KEY: null,
|
|
439
440
|
},
|
|
440
441
|
region,
|
|
441
442
|
cmd: `${check.bin} ${args} ${production ? "--production" : ""}`,
|
|
@@ -594,6 +595,7 @@ function createDeploy({
|
|
|
594
595
|
...env,
|
|
595
596
|
SKYNET_NOMAD_PRODUCTION_ADDR: null,
|
|
596
597
|
SKYNET_SLACK_TOKEN: null,
|
|
598
|
+
OPSGENIE_API_KEY: null,
|
|
597
599
|
},
|
|
598
600
|
region,
|
|
599
601
|
cmd: `${check.bin} ${args} ${production ? "--production" : ""}`,
|