Skip to content

Commit

Permalink
Merge pull request #21 from A-Gray-Cat/master
Browse files Browse the repository at this point in the history
enable staging
  • Loading branch information
noxasaxon authored Sep 11, 2020
2 parents a92f697 + 17dab77 commit df9c7eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"scripts": {
"test": "serverless --version",
"dev": "serverless deploy $npm_package_config_dev --aws-profile $npm_package_config_aws_profile --verbose",
"stage": "serverless deploy --stage stage --region us-east-2 --verbose",
"prod": "serverless deploy $npm_package_config_prod --aws-profile $npm_package_config_aws_profile --verbose",
"sandbox": "serverless deploy $npm_package_config_sandbox --aws-profile $npm_package_config_aws_profile --verbose"
},
Expand Down
1 change: 1 addition & 0 deletions serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ custom:
slash_command: ${{ssm:/socless/slack/slash_command}}
scheduleEnabled:
dev: false
stage: true
prod: true
sandbox: false

Expand Down

0 comments on commit df9c7eb

Please sign in to comment.