5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-17 10:46:23 +00:00

Merge branch 'ci' into panel.sutty.nl

This commit is contained in:
f 2023-03-30 10:27:57 -03:00
commit ddaf4fe5a8

View file

@ -47,6 +47,7 @@ pipeline:
- "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"
- "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 push upstream ${CI_COMMIT_BRANCH}" - "git push upstream ${CI_COMMIT_BRANCH}"
secrets: secrets:
- "SSH_KEY" - "SSH_KEY"