Update Jenkinsfile
This commit is contained in:
parent
5084478bc9
commit
18e05a14ed
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -6,6 +6,10 @@ pipeline {
|
|||||||
PATH = "/var/lib/jenkins/.cargo/bin:${env.PATH}"
|
PATH = "/var/lib/jenkins/.cargo/bin:${env.PATH}"
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
|
// Clean workspace. TODO: Separate backend & frontend build
|
||||||
|
cleanWs()
|
||||||
|
checkout scm
|
||||||
|
|
||||||
dir("backend") {
|
dir("backend") {
|
||||||
sh "touch .env"
|
sh "touch .env"
|
||||||
sh "echo DATABASE_URL=mysql://educa7ls_user:123456789a*@md-89.webhostbox.net:3306/educa7ls_plataforma >> .env"
|
sh "echo DATABASE_URL=mysql://educa7ls_user:123456789a*@md-89.webhostbox.net:3306/educa7ls_plataforma >> .env"
|
||||||
|
Loading…
Reference in New Issue
Block a user