This commit is contained in:
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
|
Reference in New Issue
Block a user