jenkins: fix deploy
This commit is contained in:
Vendored
+3
-1
@@ -14,7 +14,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
sh 'docker run -p 3466:3466 test.trianta.dev'
|
||||
steps {
|
||||
sh 'docker run -p 3466:3466 test.trianta.dev'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user