Mise à jour de '.drone.yml'
This commit is contained in:
parent
307bcb5be4
commit
f16f69689e
14
.drone.yml
14
.drone.yml
@ -6,6 +6,10 @@ platform:
|
|||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: git pull submodules
|
- name: git pull submodules
|
||||||
@ -46,11 +50,7 @@ steps:
|
|||||||
repo: "dockerregistry.legaragenumerique.fr/hugo-site"
|
repo: "dockerregistry.legaragenumerique.fr/hugo-site"
|
||||||
tags: 0.1
|
tags: 0.1
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
# commands:
|
|
||||||
# - pwd
|
|
||||||
# - ls
|
|
||||||
|
|
||||||
|
- name: notification
|
||||||
trigger:
|
commands:
|
||||||
branch:
|
- echo job done!
|
||||||
- master
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user