correct env name
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2021-10-20 19:41:43 +02:00
parent 3f8d9876f1
commit 2efcfda652

2
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
stages { stages {
stage('Prepare') { stage('Prepare') {
steps { steps {
writeFile file: '.env.prodution', text: 'VUE_APP_API_URL=https://api.csgow.tf' writeFile file: '.env.production', text: 'VUE_APP_API_URL=https://api.csgow.tf'
} }
} }
stage('Install Dependencies') { stage('Install Dependencies') {