From fb4710fc2a1f5d8ffc7af493f72ce79efeb90b06 Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Thu, 7 Apr 2022 22:23:10 +0200 Subject: [PATCH] Remove deploy step Because of the bug that causes a panic, this CI run is also required to properly deploy the newest vieter version for aarch64 --- .woodpecker/.deploy.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .woodpecker/.deploy.yml diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml deleted file mode 100644 index 8cf3907..0000000 --- a/.woodpecker/.deploy.yml +++ /dev/null @@ -1,17 +0,0 @@ -# Deploys the newest development image to my server -branches: [dev] -platform: linux/amd64 -depends_on: - - docker - -skip_clone: true - -pipeline: - webhook: - image: chewingbever/vlang:latest - secrets: - - webhook_1 - - webhook_2 - commands: - - curl -XPOST -s "$WEBHOOK_1" - - curl -XPOST -s "$WEBHOOK_2"