This commit is contained in:
Kameron Kenny 2024-05-13 09:27:56 -04:00
parent 07776fb1f0
commit 3d4151e922
No known key found for this signature in database
GPG Key ID: E5006629839D2276
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -30,6 +30,7 @@ pipeline {
steps { steps {
sh 'docker context ls | grep pi502 || docker context create pi502 --docker "host=ssh://pi502.in.thelinuxpro.net"' sh 'docker context ls | grep pi502 || docker context create pi502 --docker "host=ssh://pi502.in.thelinuxpro.net"'
} }
}
stage('Start secondary container') { stage('Start secondary container') {
steps { steps {
sh 'docker --context pi502 compose up -d --no-color secondary' sh 'docker --context pi502 compose up -d --no-color secondary'