diff --git a/Jenkinsfile b/Jenkinsfile index 68e0a92..a655d87 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,7 @@ pipeline { sshagent(credentials: ['jenkins-ssh']) { sh ''' scp -o StrictHostKeyChecking=no -r public/. \ - jenkins@node-01.do-ams3.proxy.misc.statusim.net:/var/www/dev-docs/ + jenkins@node-01.do-ams3.proxy.misc.statusim.net:/var/www/dev-incubate/ ''' } } } diff --git a/_config.dev.yml b/_config.dev.yml index b954364..2c52ec1 100644 --- a/_config.dev.yml +++ b/_config.dev.yml @@ -1,7 +1,7 @@ -title: Nimbus -subtitle: "Light clients for everyone!" -description: "Nimbus is a research project and a client implementation for Ethereum 2.0 designed to perform well on embedded systems and personal mobile devices, including older smartphones with resource-restricted hardware." -author: Nimbus +title: Status Incubate +subtitle: "Incubating Projects that are Building Web3" +description: "We’re advancing the Ethereum ecosystem by contributing to the growth of early stage, open source blockchain projects that share our values." +author: Incubate language: en timezone: UTC diff --git a/_config.prod.yml b/_config.prod.yml index 5c66fa9..600ac75 100644 --- a/_config.prod.yml +++ b/_config.prod.yml @@ -1,7 +1,7 @@ -title: Nimbus -subtitle: "Light clients for everyone!" -description: "Nimbus is a research project and a client implementation for Ethereum 2.0 designed to perform well on embedded systems and personal mobile devices, including older smartphones with resource-restricted hardware." -author: Nimbus +title: Status Incubate +subtitle: "Incubating Projects that are Building Web3" +description: "We’re advancing the Ethereum ecosystem by contributing to the growth of early stage, open source blockchain projects that share our values." +author: Incubate language: en timezone: UTC