jenkins: fix deploy
This commit is contained in:
parent
10db37262c
commit
4f41b247ba
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user