jenkins: fix deploy

This commit is contained in:
2024-09-17 02:46:51 -05:00
parent 10db37262c
commit 4f41b247ba
Vendored
+3 -1
View File
@@ -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'
}
}
}
}