diff --git a/Jenkinsfile b/Jenkinsfile index 574440e..ba86b72 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any environment{ - JWT_TOKEN=credentials('JWT_TOKEN') + JWT_SECRET=credentials('JWT_SECRET') DATABASE_URL=credentials('DATABASE_URL') } stages{