Compare commits
No commits in common. "d509952927fbadcee42464a30ab6a32e20a64fea" and "d2ac0dd561cad0f6a7b4464944f1a1ae5d7f54a8" have entirely different histories.
d509952927
...
d2ac0dd561
@ -42,34 +42,34 @@ pipeline:
|
|||||||
$${CONTEXT}
|
$${CONTEXT}
|
||||||
- docker push -a $REGISTRY/$${CI_REPO}
|
- docker push -a $REGISTRY/$${CI_REPO}
|
||||||
|
|
||||||
# notify-matrix-success:
|
notify-matrix-success:
|
||||||
# image: code.balsillie.net/containers/woodpecker-util
|
image: code.balsillie.net/containers/woodpecker-util
|
||||||
# pull: false
|
pull: false
|
||||||
# when:
|
when:
|
||||||
# - event: tag
|
- event: tag
|
||||||
# status: [ success ]
|
status: [ success ]
|
||||||
# environment:
|
environment:
|
||||||
# *vars
|
*vars
|
||||||
# secrets:
|
secrets:
|
||||||
# - source: MATRIX_ACCESS_TOKEN
|
- source: MATRIX_ACCESS_TOKEN
|
||||||
# target: MATRIX_ACCESS_TOKEN
|
target: MATRIX_ACCESS_TOKEN
|
||||||
# commands:
|
commands:
|
||||||
# - shoutrrr send
|
- shoutrrr send
|
||||||
# --url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
||||||
# --message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has been completed and pushed."
|
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has been completed and pushed."
|
||||||
|
|
||||||
# notify-matrix-failure:
|
notify-matrix-failure:
|
||||||
# image: code.balsillie.net/containers/woodpecker-util
|
image: code.balsillie.net/containers/woodpecker-util
|
||||||
# pull: false
|
pull: false
|
||||||
# when:
|
when:
|
||||||
# - event: tag
|
- event: tag
|
||||||
# status: [ failure ]
|
status: [ failure ]
|
||||||
# environment:
|
environment:
|
||||||
# *vars
|
*vars
|
||||||
# secrets:
|
secrets:
|
||||||
# - source: MATRIX_ACCESS_TOKEN
|
- source: MATRIX_ACCESS_TOKEN
|
||||||
# target: MATRIX_ACCESS_TOKEN
|
target: MATRIX_ACCESS_TOKEN
|
||||||
# commands:
|
commands:
|
||||||
# - shoutrrr send
|
- shoutrrr send
|
||||||
# --url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
--url matrix://$${MATRIX_ACCESS_TOKEN}@$${MATRIX_HOST}:$${MATRIX_PORT}/?rooms=$${MATRIX_ROOM}
|
||||||
# --message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."
|
--message "New image build of $${CI_REPO}, $${CI_COMMIT_TAG}, has failed."
|
Loading…
Reference in New Issue
Block a user