mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 17:01:49 +00:00
ci: eliminar packs antes de recompilarlos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
b51748ddcb
commit
4de942a7ca
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ pipeline:
|
||||||
- "yarn"
|
- "yarn"
|
||||||
- "cp .env.example .env"
|
- "cp .env.example .env"
|
||||||
- "dotenv bundle install --path=vendor"
|
- "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:precompile"
|
||||||
- "dotenv RAILS_ENV=production bundle exec rails assets:clean"
|
- "dotenv RAILS_ENV=production bundle exec rails assets:clean"
|
||||||
- "git add public && git commit -m \"ci: assets [skip ci]\""
|
- "git add public && git commit -m \"ci: assets [skip ci]\""
|
||||||
|
|
Loading…
Reference in a new issue