Update drone

This commit is contained in:
Yarmo Mackenbach 2020-08-09 14:55:18 +02:00
parent 46c1e6613b
commit 3e3dfb86f1

View file

@ -34,16 +34,12 @@ steps:
commands: commands:
- docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide -h keyoxide --network dc_web keyoxide/keyoxide:stable - docker run -d -e "TWITTER_API_AUTH=$${TWITTER_API_AUTH}" --name keyoxide -h keyoxide --network dc_web keyoxide/keyoxide:stable
trigger: trigger:
branch: branch:
- main - main
event: event:
- push - push
depends_on:
- build-stable-container
--- ---
kind: pipeline kind: pipeline