Merge pull request #2657 from betagouv/fix-console-warning

Remove a warning in the console task
This commit is contained in:
gregoirenovel 2018-09-23 22:38:31 +02:00 committed by GitHub
commit 3c220fe181
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,6 @@ namespace :dev do
end end
task :console do task :console do
exec("ssh tps@sgmap_production1 -t 'source /etc/profile && cd current && bundle exec rails c production'") exec("ssh tps@sgmap_production1 -t 'source /etc/profile && cd current && bundle exec rails c -e production'")
end end
end end