Deploy all examples to wakuconnect.dev

This commit is contained in:
Franck Royer 2022-05-02 16:25:49 +10:00
parent dee587d644
commit a94351f265
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 3 additions and 1 deletions

View File

@ -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() } } }
}
}