Skip to content

Commit

Permalink
📝 Update deployment documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jh0ker authored and mraerino committed Sep 4, 2018
1 parent 6585b34 commit 9832f5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Deployment

```bash
aws s3 mb s3://hackingstudio-informant-bot-prod-serverlessdeploymentbucket --region eu-central-1
# Staging
aws s3 mb s3://hackingstudio-informant-bot-staging-serverlessdeployment --region eu-central-1

# Production
aws s3 mb s3://hackingstudio-informant-bot-prod-serverlessdeployment --region eu-central-1
```

```bash
export SLS_STAGE=prod
sls package
sls create_domain
sls deploy -p .serverless
```

0 comments on commit 9832f5e

Please sign in to comment.