added .drone.yml
This commit is contained in:
parent
30d58ffae3
commit
2a58488a09
2 changed files with 16 additions and 2 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: samuelph/feed2toot
|
||||||
|
username:
|
||||||
|
from_secret: USERNAME
|
||||||
|
password:
|
||||||
|
from_secret: PASSWORD
|
|
@ -1,4 +1,6 @@
|
||||||
# feed2toot-docker
|
# [feed2toot-docker](https://git.sp-codes.de/samuel-p/feed2toot-docker)
|
||||||
|
|
||||||
|
[![Build Status](https://ci.sp-codes.de/api/badges/samuel-p/feed2toot-docker/status.svg)](https://ci.sp-codes.de/samuel-p/feed2toot-docker) ![Docker Pulls](https://img.shields.io/docker/pulls/samuelph/feed2toot)
|
||||||
|
|
||||||
A Docker image for [feed2toot](https://gitlab.com/chaica/feed2toot).
|
A Docker image for [feed2toot](https://gitlab.com/chaica/feed2toot).
|
||||||
|
|
||||||
|
|
Reference in a new issue