mirror of
https://github.com/codex-storage/codex.storage.git
synced 2025-02-22 09:28:18 +00:00
add ghost_api_key
They key is not secret, it will be available for inspection in dev console when viewing requests made.
This commit is contained in:
parent
b5b8eef840
commit
9c419353d7
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,6 +13,8 @@ pipeline {
|
||||
environment {
|
||||
GIT_COMMITTER_NAME = 'status-im-auto'
|
||||
GIT_COMMITTER_EMAIL = 'auto@status.im'
|
||||
/* This key is not a secret. */
|
||||
GHOST_API_KEY = 'dc7884e3d2c10dde2269926b20'
|
||||
PROD_SITE = 'codex.storage'
|
||||
DEV_SITE = 'dev.codex.storage'
|
||||
DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net'
|
||||
|
Loading…
x
Reference in New Issue
Block a user