Skip to content

Commit

Permalink
Remove prebuild assets on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe committed Feb 28, 2024
1 parent 8095a4f commit 52d7bce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
rails db:migrate RAILS_ENV=production
yarn install --check-files
# Prepare Front
RAILS_ENV=production bundle exec rake assets:precompile
# Reinicie o servidor web / aplicação conforme necessário
# Exemplo com Passenger:
Expand Down

0 comments on commit 52d7bce

Please sign in to comment.