From c08f1b02f75c4907177332051688e9124b0a4a23 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Tue, 20 Feb 2024 00:26:54 +0300 Subject: [PATCH] dfsf --- .woodpecker.yml | 50 ++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c95a89e..f741f4a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,26 +1,26 @@ steps: - - name: slack-begin - image: plugins/slack - settings: - webhook: - from_secret: SLACK_WEBHOOK_URL - username: Drone - template: - {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open) - - name: build - settings: - VAULT_MASTER_SSH_PRIV_KEY: - from_secret: VAULT_MASTER_SSH_PRIV_KEY - VAULT_MASTER_SSH_PUB_KEY: - from_secret: VAULT_MASTER_SSH_PUB_KEY - image: devforth/drone-builder - commands: - - cd deploy && /bin/bash build.sh - - name: slack-end - image: plugins/slack - settings: - webhook: - from_secret: SLACK_WEBHOOK_URL - username: Drone - template: - {{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open) + - name: slack-begin + image: plugins/slack + settings: + webhook: + from_secret: SLACK_WEBHOOK_URL + username: Drone + template: + {{repo.name}}/{{build.branch}} - Started #{{build.number}} (<{{build.link}}>|Open) + - name: build + settings: + VAULT_MASTER_SSH_PRIV_KEY: + from_secret: VAULT_MASTER_SSH_PRIV_KEY + VAULT_MASTER_SSH_PUB_KEY: + from_secret: VAULT_MASTER_SSH_PUB_KEY + image: devforth/drone-builder + commands: + - cd deploy && /bin/bash build.sh + - name: slack-end + image: plugins/slack + settings: + webhook: + from_secret: SLACK_WEBHOOK_URL + username: Drone + template: + {{repo.name}}/{{build.branch}} - Finished #{{build.number}} (<{{build.link}}>|Open)