diff --git a/Jenkinsfile b/Jenkinsfile index 3374dc5..f88dd1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ pipeline { } steps { echo 'Copying .env file...' - sh 'cp ${SECRET_FILE_ID} .env' + sh 'cp ${TWILIO_CREDS} .env' sh 'docker build -t microblog:latest .' } }