Skip to content

Commit

Permalink
Deploy to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Jan 9, 2025
1 parent ed92fff commit f847352
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 42 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ DATABASE_URL=postgres://postgres:@db:5432/bsdsec_development
TEST_DATABASE_URL=postgres://postgres:@db:5432/bsdsec_test
TEST_EMAIL=[email protected]
MAILGUN_INGRESS_API_KEY=asdf
# Consumer Keys
TWITTER_CONSUMER_KEY=aa
TWITTER_CONSUMER_SECRET=ddd
# Access Token and Secret
TWITTER_ACCESS_TOKEN=sdss
TWITTER_ACCESS_SECRET=asda
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bundle exec puma -C config/puma.rb
web: puma -C config/puma.rb
release: rails db:migrate
41 changes: 0 additions & 41 deletions fly.toml

This file was deleted.

0 comments on commit f847352

Please sign in to comment.