From 2efcfda652f868b1b66b7a5dce2ca37d16932cea Mon Sep 17 00:00:00 2001 From: Giovanni Harting <539@idlegandalf.com> Date: Wed, 20 Oct 2021 19:41:43 +0200 Subject: [PATCH] correct env name --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {