diff --git a/Jenkinsfile b/Jenkinsfile index c2ee8d0..c4cd482 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { TWILIO_CREDS = credentials('twilio-creds') } steps { - sh 'scp $TWILIO_CREDS .env' + sh 'cp $TWILIO_CREDS .env' sh 'docker build -t microblog:latest .' } }