From 74b7a18ec45fb54771c5a390c6b485909f8c2764 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Fri, 25 Mar 2022 12:18:40 +0100 Subject: [PATCH] Update pipeline.yml --- .woodpecker/pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index ba86a71..4f32859 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -58,12 +58,12 @@ pipeline: from_secret: deploy_net NAME: from_secret: deploy_name - plugin_host: + host: from_secret: ssh_host - PLUGIN_USERNAME: + username: from_secret: ssh_user - PLUGIN_PASSWORD: + password: from_secret: ssh_password - PLUGIN_SCRIPT: /opt/docker/TelegramAktienBot/deploy.sh + script: /opt/docker/TelegramAktienBot/deploy.sh branches: main