Update .drone.yml

This commit is contained in:
Florian Kaiser
2022-03-16 10:49:25 +01:00
committed by GitHub
parent 4cffdece05
commit 7cdc6bc57d

View File

@@ -27,6 +27,7 @@ steps:
dockerfile: webservice/Dockerfile dockerfile: webservice/Dockerfile
when: when:
branch: branch:
include:
- main - main
- name: publish_bot - name: publish_bot
@@ -43,6 +44,7 @@ steps:
dockerfile: telegram_bot/Dockerfile dockerfile: telegram_bot/Dockerfile
when: when:
branch: branch:
include:
- main - main
- name: deploy - name: deploy
@@ -66,4 +68,5 @@ steps:
PLUGIN_SCRIPT: /opt/docker/TelegramAktienBot/deploy.sh PLUGIN_SCRIPT: /opt/docker/TelegramAktienBot/deploy.sh
when: when:
branch: branch:
include:
- main - main