mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 20:26:22 +00:00
fix: aplicar una master key
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6d25d71dd1
commit
25e6cd62dd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ pipeline:
|
||||||
- "apk add python2"
|
- "apk add python2"
|
||||||
- "yarn"
|
- "yarn"
|
||||||
- "RAILS_GROUPS=assets bundle install --path=vendor"
|
- "RAILS_GROUPS=assets bundle install --path=vendor"
|
||||||
- "RAILS_GROUPS=assets bundle exec rails assets:precompile assets:clean"
|
- "RAILS_GROUPS=assets RAILS_MASTER_KEY=nada bundle exec rails assets:precompile assets:clean"
|
||||||
- "git add assets && git commit -m \"[skip ci] JS\" || true"
|
- "git add assets && git commit -m \"[skip ci] JS\" || true"
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
|
|
Loading…
Reference in a new issue