Chatwoot/spec
Sony Mathew 70e4cc08b6
[#260] One click deploy to heroku (#275)
* [#260] One click deploy to heroku

* Added app.json file for Heroku deployment
* Made changes in Procfile to accept the PORT as env variable
* Added the one click button in README.md

* Change readme and link

* Alignment of button in Readme

* Changing redis to free plan

* Removed node-js build-pack

* Changed the post-deploy script to be rake db:migrate

* Removed web concurrency variable from app.json for heroku

* Changed the link to chatwoot logo referenced in app.json

* Changed postdeploy hook

* Changed logo to be raw content from github

* Changed the SMTP variables

* Added optional conditional for sending mail
* Changed the naming of SMTP variables

* Having logo as base 64 encoded image for heroku deploy page

* Fixed key not found error for SMTP variables

* Correcting the specs for conversation assignment mailer

* Spec rubocop fixes

* Spec rubocop fixes
* Added the link to master for heroku app.json
2019-11-24 17:19:14 +05:30
..
channels [Internal] Add route for widget testing (#199) 2019-11-01 12:53:01 +05:30
controllers [Internal] Add route for widget testing (#199) 2019-11-01 12:53:01 +05:30
factories Contact model changes (#184) 2019-10-27 13:14:36 +05:30
fixtures Change sender_id to contact_id in conversations (#167) 2019-10-21 00:40:18 +05:30
helpers 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
integration Fix url in emails, add frontendURL helper (#19) 2019-08-25 19:59:28 +05:30
mailers 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
models [#260] One click deploy to heroku (#275) 2019-11-24 17:19:14 +05:30
presenters/conversations Change sender_id to contact_id in conversations (#167) 2019-10-21 00:40:18 +05:30
rails_helper.rb Replace pusher with action cable (#178) 2019-10-25 01:37:01 +05:30
spec_helper.rb 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30
test_helper.rb 🚨Fix Rubocop lint errors 2019-10-20 14:17:26 +05:30