Open arpecop opened 4 years ago
I ran into the same problem using the AWS key approach, go with SERVERLESS_ACCESS_KEY instead. Go here to see how to create a serverless access key: https://www.serverless.com/framework/docs/dashboard/cicd/running-in-your-own-cicd/
Also check whether you have
#app: your-app-name
#org: your-org-name
defined in serverless.yaml
I had, but they were wrong: removing those keys altogether fixed the "you are not logged in" issue for me.
I had the same issue while deploying with bitbucket pipelines (worked fine from the local machine). The removal of "org: *****" from serverless.yml solved the problem.
Any ideas where the root of the problem is?
I had the same issue while deploying with bitbucket pipelines (worked fine from the local machine). The removal of "org: *****" from serverless.yml solved the problem.
Any ideas where the root of the problem is?
it worked for me
If you want to use AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
you need to add --use-local-credentials
in your args
.
Created #90 to add specific options for this.
I added GitHub to serverless and my repos are listing there