Skip to content

Commit

Permalink
added aws creds in jenkins file
Browse files Browse the repository at this point in the history
  • Loading branch information
cynico committed Dec 24, 2022
1 parent 7e690ee commit 79acda4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions devops/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pipeline {
FACEBOOK_APP_ID = credentials('facebook-app-id')
GOOGLE_APP_ID = credentials('google-app-id')
REACT_APP_SITEKEY = credentials('react-app-sitekey')
AWS_ACCESS_KEY_ID = credentials('aws-access-key-id')
AWS_SECRET_ACCESS_KEY = credentials('aws-secret-access-key')
}
steps {
sh(returnStdout: true, script: "bash -e /var/jenkins_home/scripts/frontend/build.sh")
Expand Down

0 comments on commit 79acda4

Please sign in to comment.