This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ pipeline {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
echo "Deploy new kuma..."
|
||||
sh "ocker compose up -d --remove-orphans"
|
||||
sh "docker compose up -d --remove-orphans"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user