Compare commits
No commits in common. "940dae97ca8cbb42e1d4838e647bbceb5859ea89" and "4a99bb938c19e5e39214c7033644dda94e5f010a" have entirely different histories.
940dae97ca
...
4a99bb938c
|
|
@ -12,7 +12,7 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- 'docker_username'
|
- 'docker_username'
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
when: tag
|
event: tag
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: 'curlimages/curl'
|
image: 'curlimages/curl'
|
||||||
|
|
@ -20,4 +20,4 @@ pipeline:
|
||||||
- 'webhook'
|
- 'webhook'
|
||||||
commands:
|
commands:
|
||||||
- curl -XPOST --fail -s "$WEBHOOK"
|
- curl -XPOST --fail -s "$WEBHOOK"
|
||||||
when: tag
|
event: tag
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue