nemubot/.drone.yml
Pierre-Olivier Mercier 5ec2f2997b
Some checks reported errors
continuous-integration/drone/push Build was killed
Add drone CI
2020-10-18 18:06:16 +02:00

26 lines
497 B
YAML

---
kind: pipeline
type: docker
name: default
platform:
os: linux
arch: arm
steps:
- name: build
image: python:alpine
commands:
- pip install --no-cache-dir -r requirements.txt
- pip install .
- name: docker
image: plugins/docker
settings:
repo: nemunaire/nemubot
auto_tag: true
auto_tag_suffix: ${DRONE_STAGE_OS}-${DRONE_STAGE_ARCH}
username:
from_secret: docker_username
password:
from_secret: docker_password