serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 173 forks source link

404 error for serverless error message #56

Closed jatinmehrotra closed 2 years ago

jatinmehrotra commented 3 years ago

the error message for this action results in broken link You are not currently logged in. Follow instructions in http://slss.io/run-in-cicd to setup env vars for authentication.

http://slss.io/run-in-cicd results in 404 error page

DavideViolante commented 3 years ago

https://www.serverless.com/framework/docs/guides/cicd/running-in-your-own-cicd/

jatinmehrotra commented 3 years ago

it would be great if the error message in the action can be updated with proper link

DavideViolante commented 3 years ago

The broken link comes from serverless itself, it's not coded in this action afaik.

Schachte commented 2 years ago

https://ryan-schachte.com/posts/serverless-deployments-with-github-actions-on-aws

I wrote a post setting this deployment up on Github actions. Might help some people out there.