From fc28821b62753a9af681d98b8b863749b8cf61fb Mon Sep 17 00:00:00 2001 From: swb Date: Tue, 13 Jun 2023 18:56:32 +0100 Subject: [PATCH] fix jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6764fb7..1df0fc4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { GIT_COMMITTER_NAME = 'status-im-auto' GIT_COMMITTER_EMAIL = 'auto@status.im' PROD_SITE = 'docs.waku.org' - DEV_SITE = 'dev.docs.waku.org' + DEV_SITE = 'dev-docs.waku.org' DEV_HOST = 'jenkins@node-01.do-ams3.sites.misc.statusim.net' SCP_OPTS = 'StrictHostKeyChecking=no' }