Merge remote-tracking branch 'origin/main' into bot-features

This commit is contained in:
Florian Kellermann 2022-03-16 10:42:06 +01:00
commit 81a31af8e0

View File

@ -25,6 +25,9 @@ steps:
repo:
from_secret: repo_webservice
dockerfile: webservice/Dockerfile
when:
branch:
- main
- name: publish_bot
image: plugins/docker
@ -38,6 +41,9 @@ steps:
repo:
from_secret: repo_bot
dockerfile: telegram_bot/Dockerfile
when:
branch:
- main
- name: deploy
image: appleboy/drone-ssh
@ -58,3 +64,6 @@ steps:
PLUGIN_PASSWORD:
from_secret: ssh_password
PLUGIN_SCRIPT: /opt/docker/TelegramAktienBot/deploy.sh
when:
branch:
- main