5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-16 19:16:21 +00:00

fix: hacer pull antes de push
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2023-03-30 10:27:30 -03:00
parent a97da5b821
commit 117b850276

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"