Update Jenkinsfile

This commit is contained in:
Manraj 2023-03-11 02:46:25 -05:00 committed by GitHub
parent 88d1b91568
commit 69db465373
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

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