From 143f892c52828c38e5c8ce0b4f9f4076e25a158d Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Tue, 5 Apr 2022 10:19:51 +0200 Subject: [PATCH] Deploy now happens for any push to main --- .woodpecker/.deploy.yml | 5 ----- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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