Skip to content

Commit

Permalink
Clear cache on deploy to Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
swrobel committed Oct 3, 2017
1 parent b4aa9c5 commit dc54327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: bundle exec rails server -p $PORT
release: bundle exec rails db:migrate db:seed
release: bundle exec rails db:migrate db:seed cache:clear

0 comments on commit dc54327

Please sign in to comment.