From 2d19c93c8b5bf2c83d44f91219492b72c3fdfe37 Mon Sep 17 00:00:00 2001 From: Manraj Date: Sat, 11 Mar 2023 02:04:09 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e9d8b29..3374dc5 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} .env' sh 'docker build -t microblog:latest .' } }