diff --git a/Jenkinsfile b/Jenkinsfile index 0fab1f8..64f6fc9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { stages { stage('Prepare') { 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') {