From 207d788904581b22792d367d991a4bdddb988098 Mon Sep 17 00:00:00 2001 From: Manraj Date: Sat, 11 Mar 2023 02:05:06 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .' } }