Created
May 3, 2018 12:22
-
-
Save adhorn/6136adafe34edd1ae08068fdcbeb5ba7 to your computer and use it in GitHub Desktop.
Deploying the backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Deploy in the us-east-1 region | |
| serverless deploy --region us-east-1 | |
| # Deploy in the us-west-2 region | |
| serverless deploy --region us-west-2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment