dest drone pipeline

This commit is contained in:
simon
2022-05-11 18:44:57 +07:00
parent e763c6d13e
commit 669f1ffe2c

17
.drone.yml Normal file
View File

@@ -0,0 +1,17 @@
kind: pipeline
type: docker
name: unstable
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: bbilly1/tubearchivist-test
tags:
- unstable
dry_run: True
target: linux/amd64