diff --git a/.gitignore b/.gitignore index e6715c3..7801036 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ dist-ssr *.sw? src/conf.js .env +.env.production diff --git a/Jenkinsfile b/Jenkinsfile index 16db2f3..4fab7d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,8 @@ pipeline { agent any + environment{ + VITE_TOKEN=credentials('TMDB_TOKEN') + } stages { stage('build'){ steps{