Deploy now happens for any push to main
ci/woodpecker/push/lint Pipeline was successful Details
ci/woodpecker/push/deploy Pipeline was successful Details

pull/5/head
Jef Roosens 2022-04-05 10:19:51 +02:00
parent 553d9180e0
commit 143f892c52
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -1,6 +1,6 @@
[package]
name = "site-backend"
version = "0.1.3"
version = "0.1.4"
edition = "2021"
publish = false