Init commit
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:
commit
74e54ff125
28
.drone.yml
Normal file
28
.drone.yml
Normal file
@ -0,0 +1,28 @@
|
||||
kind: pipeline
|
||||
name: build
|
||||
|
||||
clone:
|
||||
skip_verify: true
|
||||
|
||||
steps:
|
||||
- name: build-deploy
|
||||
image: plugins/docker
|
||||
settings:
|
||||
username: duckpunch
|
||||
password:
|
||||
from_secret: docker_password
|
||||
registry: kifu.duckpunch.org
|
||||
repo: kifu.duckpunch.org/duckpunch/drone-ansible
|
||||
|
||||
volumes:
|
||||
- name: dockersock
|
||||
host:
|
||||
path: /var/run/docker.sock
|
||||
|
||||
trigger:
|
||||
repo:
|
||||
- duckpunch/drone-ansible
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
3
Dockerfile
Normal file
3
Dockerfile
Normal file
@ -0,0 +1,3 @@
|
||||
FROM plugins/ansible
|
||||
|
||||
RUN ansible-galaxy install --force ansible.posix community.docker
|
Loading…
x
Reference in New Issue
Block a user