load token from jenkins
Gitea/movie-explorer/pipeline/head This commit looks good Details

This commit is contained in:
andrzej 2024-05-26 17:16:56 +02:00
parent 70819af784
commit 100633d3e8
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@ dist-ssr
*.sw?
src/conf.js
.env
.env.production

3
Jenkinsfile vendored
View File

@ -1,5 +1,8 @@
pipeline {
agent any
environment{
VITE_TOKEN=credentials('TMDB_TOKEN')
}
stages {
stage('build'){
steps{