We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a2099 commit 2a32ac7Copy full SHA for 2a32ac7
Jenkinsfile
@@ -55,7 +55,7 @@ pipeline {
55
56
stage('Deploy to AWS Lambda') {
57
steps {
58
- withCredentials([string(credentialsId: 'serverless-access-key', variable: 'SERVERLESS_ACCESS_KEY')]) {
+ withCredentials([string(credentialsId: 'SERVERLESS_ACCESS_KEY', variable: 'SERVERLESS_ACCESS_KEY')]) {
59
sh '''
60
echo "Deploying with Serverless CLI..."
61
serverless deploy --stage dev --verbose
0 commit comments