Running rake tasks on the server

SSH into the given server and then do:

dokku enter placecal
bundle exec rake <your rake task here>

e.g.

dokku enter placecal
bundle exec rake import:all_events