Deploy now happens for any push to main
This commit is contained in:
parent
553d9180e0
commit
143f892c52
2 changed files with 1 additions and 6 deletions
|
|
@ -8,12 +8,9 @@ pipeline:
|
|||
repo: 'chewingbever/site'
|
||||
tag:
|
||||
- 'latest'
|
||||
- "${CI_COMMIT_TAG}"
|
||||
secrets:
|
||||
- 'docker_username'
|
||||
- 'docker_password'
|
||||
when:
|
||||
event: tag
|
||||
|
||||
deploy:
|
||||
image: 'curlimages/curl'
|
||||
|
|
@ -21,5 +18,3 @@ pipeline:
|
|||
- 'webhook'
|
||||
commands:
|
||||
- curl -XPOST --fail -s "$WEBHOOK"
|
||||
when:
|
||||
event: tag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue