Update .drone.yml

This commit is contained in:
Florian Kaiser
2022-03-16 10:14:31 +01:00
committed by GitHub
parent 48e95a534a
commit 3ec3b3cd99

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