From a19e5a22fe27e3cb4ab12130874b71417ad68f26 Mon Sep 17 00:00:00 2001
From: Manraj <manraj836@gmail.com>
Date: Sat, 11 Mar 2023 02:02:56 -0500
Subject: [PATCH] Update Jenkinsfile

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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