Update Jenkinsfile

This commit is contained in:
Manraj 2023-03-11 02:32:25 -05:00 committed by GitHub
parent 207d788904
commit 41be7f86ed
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 {
echo 'Copying .env file...'
sh 'cp ${TWILIO_CREDS} .env'
sh 'cp $TWILIO_CREDS .env'
sh 'docker build -t microblog:latest .'
}
}