serverless / platform-sdk

Serverless Platform SDK
Apache License 2.0
17 stars 7 forks source link

prerelease CI setup #25

Closed dschep closed 5 years ago

dschep commented 5 years ago

I tested this via the platform plugin since it is a private project for now, and it works as expected. https://www.npmjs.com/package/@serverless/platform-plugin https://travis-ci.com/serverless/platform-plugin/branches (beta is latest not next because i published that before devising this scheme)

Combined with https://github.com/serverless/platform-plugin/pull/12 will make using dev platform as simple as:

npm i @serverless/platform-plugin@next
SERVERLESS_PLATFORM_STAGE=dev sls deploy