mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 20:30:07 +00:00
Deploy all examples to wakuconnect.dev
This commit is contained in:
parent
dee587d644
commit
a94351f265
@ -32,9 +32,11 @@ pipeline {
|
||||
|
||||
stage('Examples') {
|
||||
parallel {
|
||||
stage('web-chat') { steps { script { buildExample() } } }
|
||||
stage('eth-pm') { steps { script { buildExample() } } }
|
||||
stage('eth-pm-wallet-encryption') { steps { script { buildExample() } } }
|
||||
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
||||
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
||||
stage('web-chat') { steps { script { buildExample() } } }
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user