add drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
3407472939
commit
e3020b2235
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
steps:
|
||||
- name: push docker image
|
||||
image: plugins/docker
|
||||
settings:
|
||||
repo: j10l/drone-nsd-zones
|
||||
username:
|
||||
from_secret: docker_username
|
||||
password:
|
||||
from_secret: docker_password
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
echo $env
|
||||
|
Loading…
Reference in New Issue
Block a user