Compare commits
3 commits
4a99bb938c
...
940dae97ca
| Author | SHA1 | Date | |
|---|---|---|---|
| 940dae97ca | |||
| 8db1c94339 | |||
| 0c26959a1c |
2 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ pipeline:
|
||||||
secrets:
|
secrets:
|
||||||
- 'docker_username'
|
- 'docker_username'
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
event: tag
|
when: 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"
|
||||||
event: tag
|
when: tag
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
# site-backend
|
# site-backend
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue