1
0
Fork 0
nemubot/.drone.yml

27 lines
507 B
YAML
Raw Normal View History

2020-10-18 14:14:00 +00:00
---
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
2023-01-18 14:27:38 +00:00
image: plugins/docker:linux-arm
2020-10-18 14:14:00 +00:00
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