fix: jenkinsfile, again

This commit is contained in:
Araozu 2024-10-06 20:46:48 -05:00
parent fb78742fce
commit 0bc04bfb9d

2
Jenkinsfile vendored
View File

@ -14,9 +14,11 @@ pipeline {
} }
} }
stage('Populate env') { stage('Populate env') {
steps {
sh 'rm .env || true' sh 'rm .env || true'
sh 'echo "PORT=8007" > .env' sh 'echo "PORT=8007" > .env'
} }
}
stage('Profit') { stage('Profit') {
steps { steps {
dir('docker') { dir('docker') {