mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:41:41 +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"
|
||||
- "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]\""
|
||||
|
|
Loading…
Reference in a new issue