mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 17:36:22 +00:00
fix: hacer pull antes de push
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
a97da5b821
commit
117b850276
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue