This commit is contained in:
parent
c1e6d09246
commit
7a17b0d22c
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: git-modules
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git submodule update --recursive --remote --init
|
||||||
|
- name: docker
|
||||||
|
image: plugins/docker
|
||||||
|
repo: repo.shimun.net/shimun/wireguard-user
|
||||||
|
registry: repo.shimun.net
|
||||||
|
cache_from: repo.shimun.net/shimun/wireguard-user
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
Loading…
x
Reference in New Issue
Block a user