Update Jenkinsfile
This commit is contained in:
parent
9b893e0510
commit
88d1b91568
|
@ -13,8 +13,7 @@ pipeline {
|
|||
TWILIO_CREDS = credentials('twilio-creds')
|
||||
}
|
||||
steps {
|
||||
sh 'sudo chmod a+rwx *'
|
||||
sh 'cp $TWILIO_CREDS .env'
|
||||
sh 'scp $TWILIO_CREDS .env'
|
||||
sh 'docker build -t microblog:latest .'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue