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

ci: limpiar assets por separado

This commit is contained in:
f 2023-03-16 10:18:42 -03:00
parent c9d7ac437b
commit b51748ddcb

View file

@ -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: