Deploy now happens for any push to main
parent
553d9180e0
commit
143f892c52
|
@ -8,12 +8,9 @@ pipeline:
|
||||||
repo: 'chewingbever/site'
|
repo: 'chewingbever/site'
|
||||||
tag:
|
tag:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
- "${CI_COMMIT_TAG}"
|
|
||||||
secrets:
|
secrets:
|
||||||
- 'docker_username'
|
- 'docker_username'
|
||||||
- 'docker_password'
|
- 'docker_password'
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: 'curlimages/curl'
|
image: 'curlimages/curl'
|
||||||
|
@ -21,5 +18,3 @@ pipeline:
|
||||||
- 'webhook'
|
- 'webhook'
|
||||||
commands:
|
commands:
|
||||||
- curl -XPOST --fail -s "$WEBHOOK"
|
- curl -XPOST --fail -s "$WEBHOOK"
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "site-backend"
|
name = "site-backend"
|
||||||
version = "0.1.3"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue