Update Jenkinsfile

This commit is contained in:
Manraj 2023-03-11 02:02:56 -05:00 committed by GitHub
parent d36893e54a
commit a19e5a22fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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