dest drone pipeline

This commit is contained in:
simon 2022-05-11 18:44:57 +07:00
parent e763c6d13e
commit 669f1ffe2c
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 17 additions and 0 deletions

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