Update Jenkinsfile

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

3
Jenkinsfile vendored
View File

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