From d5d5796c9b71385f07013da460cac3c9e51858a9 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Fri, 25 Mar 2022 11:26:10 +0100 Subject: [PATCH] Update pipeline.yml --- .woodpecker/pipeline.yml | 90 ++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 6f6a4d3..057e1d8 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -17,51 +17,51 @@ pipeline: from_secret: repo_api dockerfile: api/Dockerfile - publish_frontend: - image: plugins/docker - settings: - username: - from_secret: username - password: - from_secret: password - registry: - from_secret: registry - repo: - from_secret: repo_frontend - dockerfile: frontend/Dockerfile +# publish_frontend: +# image: plugins/docker +# settings: +# username: +# from_secret: username +# password: +# from_secret: password +# registry: +# from_secret: registry +# repo: +# from_secret: repo_frontend +# dockerfile: frontend/Dockerfile - publish_bot: - image: plugins/docker - settings: - username: - from_secret: username - password: - from_secret: password - registry: - from_secret: registry - repo: - from_secret: repo_bot - dockerfile: telegram_bot/Dockerfile +# publish_bot: +# image: plugins/docker +# settings: +# username: +# from_secret: username +# password: +# from_secret: password +# registry: +# from_secret: registry +# repo: +# from_secret: repo_bot +# dockerfile: telegram_bot/Dockerfile - deploy: - image: appleboy/drone-ssh - network_mode: host - secrets: - - repo - target: REPO - - deploy_ip - target: IP - - deploy_net - target: NET - - deploy_name - target: NAME - - ssh_host - target: PLUGIN_HOST - - ssh_user - target: PLUGIN_USERNAME - - ssh_password - target: PLUGIN_PASSWORD - environment: - PLUGIN_SCRIPT=/opt/docker/TelegramAktienBot/deploy.sh +# deploy: +# image: appleboy/drone-ssh +# network_mode: host +# secrets: +# - repo +# target: REPO +# - deploy_ip +# target: IP +# - deploy_net +# target: NET +# - deploy_name +# target: NAME +# - ssh_host +# target: PLUGIN_HOST +# - ssh_user +# target: PLUGIN_USERNAME +# - ssh_password +# target: PLUGIN_PASSWORD +# environment: +# PLUGIN_SCRIPT=/opt/docker/TelegramAktienBot/deploy.sh -branches: main +# branches: main