mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 19:56:21 +00:00
Merge branch 'ci' into panel.sutty.nl
This commit is contained in:
commit
d18d7e515b
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue