Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Jul 8, 2024
1 parent 73a8a59 commit 997f28e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
/public/assets
/spec/tmp
/storage
/tmp
/tmp/*
/tmp/pids/*
!/tmp/pids/
!/tmp/pids/.keep
/vendor/bundle
/yarn-error.log
capybara-*.html
Expand Down
2 changes: 1 addition & 1 deletion heroku.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
docker:
web: Dockerfile
run:
web: ./bin/rails server
web: bundle exec puma -C config/puma.rb
worker:
command:
- ./bin/delayed_job start
Expand Down
Empty file added tmp/pids/.keep
Empty file.

0 comments on commit 997f28e

Please sign in to comment.