Hi! I am using serverless package to create … well a package and try to deploy that later in a CI server. It does not seem to work the deployment part. It creates the folder .serverless that contains the serverless-state.json the couldformation stuff and a zip with what I will deploy.
I run:
serverless deploy --stage test --package .serverless/
And nothing happens, I put the SLS_DEBUG=* variable and it prints thew following
Serverless Error ---------------------------------------
No serverless-state.json file found in the package path
you provided.
Stack Trace --------------------------------------------
blah blah
Get Support --------------------------------------------
Docs: docs.serverless.com
Bugs: github.com/serverless/serverless/issues
Forums: forum.serverless.com
Chat: gitter.im/serverless/serverless
Your Environment Information -----------------------------
OS: win32
Node Version: 7.7.1
Serverless Version: 1.13.2