mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:21:41 +00:00
ci: limpiar assets por separado
This commit is contained in:
parent
c9d7ac437b
commit
b51748ddcb
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ pipeline:
|
|||
- "yarn"
|
||||
- "cp .env.example .env"
|
||||
- "dotenv bundle install --path=vendor"
|
||||
- "dotenv RAILS_ENV=production bundle exec rails assets:precompile assets:clean"
|
||||
- "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]\""
|
||||
- "git push upstream ${CI_COMMIT_BRANCH}"
|
||||
secrets:
|
||||
|
|
Loading…
Reference in a new issue