mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-24 05:06:22 +00:00
This commit is contained in:
parent
7b6b82c6c1
commit
76ef56afe7
2 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,6 @@ pipeline:
|
||||||
- "dotenv RAILS_ENV=production bundle exec rails webpacker:clobber"
|
- "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"
|
||||||
- "find public -type f -print0 | xargs -r0 brotli -k9f"
|
|
||||||
- "git add public && git commit -m \"ci: assets [skip ci]\""
|
- "git add public && git commit -m \"ci: assets [skip ci]\""
|
||||||
- "git pull upstream ${CI_COMMIT_BRANCH}"
|
- "git pull upstream ${CI_COMMIT_BRANCH}"
|
||||||
- "git push upstream ${CI_COMMIT_BRANCH}"
|
- "git push upstream ${CI_COMMIT_BRANCH}"
|
||||||
|
|
|
@ -557,3 +557,5 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// force ci
|
||||||
|
|
Loading…
Reference in a new issue