This commit is contained in:
parent
a9e941dd3f
commit
288d12d2b5
21
.drone.yml
21
.drone.yml
@ -6,17 +6,18 @@ steps:
|
|||||||
- name: git clone
|
- name: git clone
|
||||||
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
image: bv11-cr01.bessems.eu/proxy/alpine/git
|
||||||
commands:
|
commands:
|
||||||
- clone https://mau.dev/tulir/mautrix-whatsapp.git /repository
|
- git clone https://mau.dev/tulir/mautrix-whatsapp.git /repository
|
||||||
volumes:
|
# volumes:
|
||||||
- name: git
|
# - name: git
|
||||||
path: /repository
|
# path: /repository
|
||||||
|
|
||||||
- name: build & publish
|
- name: build & publish
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
# context: /repository/mautrix-whatsapp
|
||||||
context: /repository/mautrix-whatsapp
|
context: /repository/mautrix-whatsapp
|
||||||
volumes:
|
# volumes:
|
||||||
- name: git
|
# - name: git
|
||||||
path: /repository
|
# path: /repository
|
||||||
settings:
|
settings:
|
||||||
repo: bv11-cr01.bessems.eu/library/matrixbridge-whatsapp
|
repo: bv11-cr01.bessems.eu/library/matrixbridge-whatsapp
|
||||||
registry: bv11-cr01.bessems.eu
|
registry: bv11-cr01.bessems.eu
|
||||||
@ -34,6 +35,6 @@ steps:
|
|||||||
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
# DOCKER_CONTENT_TRUST_ROOT_PASSPHRASE:
|
||||||
# from_secret: harbor_root_passphrase
|
# from_secret: harbor_root_passphrase
|
||||||
|
|
||||||
volumes:
|
# volumes:
|
||||||
- name: git
|
# - name: git
|
||||||
temp: {}
|
# temp: {}
|
Reference in New Issue
Block a user