diff --git a/Jenkinsfile b/Jenkinsfile index d9457ec..1300270 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Prepare') { steps { - sh 'echo "VUE_APP_API_URL=https://api.csgow.tf" > .env.production' + writeFile file: '.env.prodution', text: 'VUE_APP_API_URL=https://api.csgow.tf' } } stage('Install Dependencies') {