diff --git a/.drone.yml b/.drone.yml index a8b47f3..f665a46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,10 @@ platform: os: linux arch: arm64 +trigger: + branch: + - master + steps: - name: git pull submodules @@ -46,11 +50,7 @@ steps: repo: "dockerregistry.legaragenumerique.fr/hugo-site" tags: 0.1 dockerfile: ./Dockerfile -# commands: -# - pwd -# - ls - -trigger: - branch: - - master \ No newline at end of file +- name: notification + commands: + - echo job done!