From 52d7bce993db025c049187cca6af839ac422acc7 Mon Sep 17 00:00:00 2001 From: Felipe Date: Wed, 28 Feb 2024 17:23:50 -0300 Subject: [PATCH] Remove prebuild assets on deploy --- .github/workflows/deploy-prod.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 1aace11..e47915a 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -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: