messing with drone more
This commit is contained in:
parent
9602f1ac16
commit
5de35325bb
19
.drone.yml
19
.drone.yml
@ -1,14 +1,23 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: docker:dind
|
||||
commands:
|
||||
- docker build -t test .
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
environment:
|
||||
PASSWORD:
|
||||
from_secret: docker_token
|
||||
settings:
|
||||
username: ldooks
|
||||
password: $PASSWORD
|
||||
repo: ldooks/dragon-bot
|
||||
tags:
|
||||
- latest
|
||||
- main
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
branch:
|
||||
- master
|
Loading…
x
Reference in New Issue
Block a user