Skip to content

Commit

Permalink
update:githubactions
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru-528 committed Oct 30, 2024
1 parent 38e6a12 commit 4231250
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,5 @@ jobs:
cd ./www/book_log_list
pkill -9 ruby
git pull origin main
bundle install
RAILS_ENV=production bundle exec rake db:migrate
RAILS_ENV=production bundle exec rake assets:precompile
puma -C config/puma.rb -e production -d
nohup env RAILS_ENV=production bundle exec puma -C config/puma.rb > puma.log 2>&1 &

0 comments on commit 4231250

Please sign in to comment.