Skip to content

Commit

Permalink
Merge pull request #459 from ayuki-joto/feat/add-slack-token-to-env
Browse files Browse the repository at this point in the history
feat: add slack env
  • Loading branch information
ayuki-joto authored Nov 6, 2022
2 parents 9ff678f + 2fc0ca2 commit d18a3e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deployments/production-v0-25-2/00_env_options.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ option_settings:
AWS_BUCKET_NAME: cfj-decidim-v0252
RAILS_SKIP_MIGRATIONS: false
DECIDIM_COMMENTS_LIMIT: 30
SLACK_API_TOKEN: "{{resolve:ssm:/decidim-cfj/production/SLACK_API_TOKEN:1}}"
SLACK_MESSAGE_CHANNEL: #decidim_dev
2 changes: 2 additions & 0 deletions deployments/staging/00_env_options.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ option_settings:
AWS_BUCKET_NAME: staging-cfj-decidim
RAILS_SKIP_MIGRATIONS: false
DECIDIM_COMMENTS_LIMIT: 30
SLACK_API_TOKEN: "{{resolve:ssm:/decidim-cfj/staging/SLACK_API_TOKEN:1}}"
SLACK_MESSAGE_CHANNEL: #decidim_dev

0 comments on commit d18a3e4

Please sign in to comment.