Update Jenkinsfile
This commit is contained in:
parent
a19e5a22fe
commit
2d19c93c8b
|
@ -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 .'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue