5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-28 00:26:08 +00:00

ci: eliminar packs antes de recompilarlos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-16 10:23:11 -03:00
parent b51748ddcb
commit 4de942a7ca

View file

@ -42,6 +42,7 @@ pipeline:
- "yarn"
- "cp .env.example .env"
- "dotenv bundle install --path=vendor"
- "dotenv RAILS_ENV=production bundle exec rails webpacker:clobber"
- "dotenv RAILS_ENV=production bundle exec rails assets:precompile"
- "dotenv RAILS_ENV=production bundle exec rails assets:clean"
- "git add public && git commit -m \"ci: assets [skip ci]\""