Skip to content

Commit

Permalink
attempting Heroku deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewVita committed Nov 27, 2015
1 parent fc69399 commit aa063ec
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 1 addition & 3 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ production:
encoding: utf8
database: learn_prod
pool: 5
host: localhost
port: 5432
username: <%= ENV["APP_DATABASE_USER"] %>
password: <%= ENV["APP_DATABASE_PASS"] %>
password: <%= ENV["APP_DATABASE_PASS"] %>
4 changes: 4 additions & 0 deletions lib/tasks/gulp.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
task :gulp do
system('npm install -g gulp')
system('cd ~/client && gulp production')
end
3 changes: 3 additions & 0 deletions lib/tasks/npm.rake
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
task :npm do
system('cd ~/client && npm install')
end

0 comments on commit aa063ec

Please sign in to comment.