5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-24 04:46:21 +00:00

Merge branch 'ci' into panel.sutty.nl

This commit is contained in:
f 2023-03-31 18:16:33 -03:00
commit 9e1266705d

View file

@ -46,7 +46,7 @@ pipeline:
- "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"
- "find public -type f -print0 | xargs -r0 brotli -k9"
- "find public -type f -print0 | xargs -r0 brotli -k9f"
- "git add public && git commit -m \"ci: assets [skip ci]\""
- "git pull upstream ${CI_COMMIT_BRANCH}"
- "git push upstream ${CI_COMMIT_BRANCH}"