This commit is contained in:
parent
137e4ea01c
commit
2689da24da
35
.drone.yml
Normal file
35
.drone.yml
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
|
||||||
|
- name: nextcloud-22.2.0-fpm
|
||||||
|
image: plugins/docker
|
||||||
|
settings:
|
||||||
|
repo: bunix42/nextcloud
|
||||||
|
username:
|
||||||
|
from_secret: docker_username
|
||||||
|
password:
|
||||||
|
from_secret: docker_password
|
||||||
|
build_args:
|
||||||
|
- NEXTCLOUD_VERSION=22.2.0-fpm
|
||||||
|
tags:
|
||||||
|
- 22.2.0-fpm
|
||||||
|
- 22.2-fpm
|
||||||
|
- 22-fpm
|
||||||
|
|
||||||
|
- name: slack
|
||||||
|
image: plugins/slack
|
||||||
|
settings:
|
||||||
|
webhook:
|
||||||
|
from_secret: slack_webhook
|
||||||
|
channel: drone
|
||||||
|
username: drone
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
event:
|
||||||
|
- push
|
Loading…
Reference in New Issue
Block a user