Update .drone.yml
This commit is contained in:
parent
4cffdece05
commit
7cdc6bc57d
@ -27,6 +27,7 @@ steps:
|
||||
dockerfile: webservice/Dockerfile
|
||||
when:
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
|
||||
- name: publish_bot
|
||||
@ -43,6 +44,7 @@ steps:
|
||||
dockerfile: telegram_bot/Dockerfile
|
||||
when:
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
|
||||
- name: deploy
|
||||
@ -66,4 +68,5 @@ steps:
|
||||
PLUGIN_SCRIPT: /opt/docker/TelegramAktienBot/deploy.sh
|
||||
when:
|
||||
branch:
|
||||
include:
|
||||
- main
|
||||
|
Loading…
Reference in New Issue
Block a user