mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 20:26:22 +00:00
This commit is contained in:
parent
39601b0e9d
commit
ac8d95590b
1 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,17 @@
|
|||
pipeline:
|
||||
assets:
|
||||
image: "registry.nulo.in/sutty/panel:3.14.8-2.7.6"
|
||||
commands:
|
||||
- "apk add python2"
|
||||
- "yarn"
|
||||
- "RAILS_GROUPS=assets bundle install --path=vendor"
|
||||
- "RAILS_GROUPS=assets bundle exec rails assets:precompile assets:clean"
|
||||
- "git add assets && git commit -m \"[skip ci] JS\" || true"
|
||||
when:
|
||||
branch:
|
||||
- "rails"
|
||||
- "panel.sutty.nl"
|
||||
path: "app/assets/**/*"
|
||||
publish:
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
|
Loading…
Reference in a new issue