mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 20:56:23 +00:00
This commit is contained in:
parent
76ef56afe7
commit
3bb8ffd30d
2 changed files with 0 additions and 3 deletions
|
@ -47,7 +47,6 @@ pipeline:
|
|||
- "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 pull upstream ${CI_COMMIT_BRANCH}"
|
||||
- "git push upstream ${CI_COMMIT_BRANCH}"
|
||||
secrets:
|
||||
- "SSH_KEY"
|
||||
|
|
|
@ -557,5 +557,3 @@ $bezier: cubic-bezier(0.75, 0, 0.25, 1);
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
// force ci
|
||||
|
|
Loading…
Reference in a new issue