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 .' } }