Compare commits

...

5 commits

Author SHA1 Message Date
c8834a8632
replace create-pr image with own randomizer image
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-10-09 13:34:12 +02:00
41ff3a3e98
test 2
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-10-09 03:04:31 +02:00
4a4d5d9d55
test
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2024-10-09 02:10:23 +02:00
12fcfbe37a
woodpecker: we need to remove "settings" and switch to "environment" because of this very important feature
Some checks failed
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/deploy Pipeline failed
2024-10-09 02:04:11 +02:00
1a832a7667
.woodpecker/.deploy.yaml: add a random message to PR 2024-10-09 01:34:31 +02:00

View file

@ -49,7 +49,7 @@ steps:
exclude: master
event: push
- name: create pull request (prod)
image: johnwalkerx/gitea-pull-request-create-plugin:latest
image: git.ar21.de/tom/push-message-randomizer:latest
pull: true
settings:
gitea_address: https://git.ar21.de
@ -63,6 +63,8 @@ steps:
pr_body: |
### Dashboard image update
{- random-pr-message -}
### Configuration
📅 **Schedule**: Branch creation - At any time, Automerge - At any time.
@ -77,7 +79,7 @@ steps:
- branch: master
event: push
- name: create pull request (staging)
image: johnwalkerx/gitea-pull-request-create-plugin:latest
image: git.ar21.de/tom/push-message-randomizer:latest
pull: true
settings:
gitea_address: https://git.ar21.de
@ -91,6 +93,8 @@ steps:
pr_body: |
### Dashboard image update
{- random-pr-message -}
### Configuration
📅 **Schedule**: Branch creation - At any time, Automerge - At any time.