Compare commits
No commits in common. "940dae97ca8cbb42e1d4838e647bbceb5859ea89" and "4a99bb938c19e5e39214c7033644dda94e5f010a" have entirely different histories.
940dae97ca
...
4a99bb938c
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,2 @@
|
||||||
# site-backend
|
# site-backend
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue