Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 15:11:26 +01:00
parent 307bcb5be4
commit f16f69689e

View File

@ -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