diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index 2bbf79e..735da98 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 3e46c94..4a78d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "site-backend" -version = "0.1.3" +version = "0.1.4" edition = "2021" publish = false