This repository has been archived on 2021-06-21. You can view files and clone it, but cannot push or open issues or pull requests.
fbrinker-tileboard/.drone.yml

24 lines
398 B
YAML
Raw Normal View History

2019-10-19 16:38:39 +00:00
---
kind: pipeline
2021-03-20 17:28:40 +00:00
type: docker
2019-10-19 16:38:39 +00:00
name: default
2019-10-19 16:31:14 +00:00
steps:
- name: Build Dockerfile
2021-03-20 17:28:40 +00:00
image: alpine
commands:
- apk update && apk add bash curl grep jq sed
2021-03-20 17:28:40 +00:00
- ./build.sh
- name: Build & Publish Image
2019-10-19 16:31:14 +00:00
image: plugins/docker
settings:
repo: fbrinker/tileboard
username:
from_secret: docker_username
password:
from_secret: docker_password
2019-10-19 16:44:37 +00:00
trigger:
branch:
- master