From e3609f3d0e031fbe3662dc4f674bb151d842827c Mon Sep 17 00:00:00 2001 From: "maxime.batista" Date: Sun, 29 Oct 2023 15:45:38 +0100 Subject: [PATCH] add master push trigger to the deploy pipeline --- ci/.drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/.drone.yml b/ci/.drone.yml index 01f5ab5..58e297b 100644 --- a/ci/.drone.yml +++ b/ci/.drone.yml @@ -6,6 +6,12 @@ volumes: - name: server temp: {} +trigger: + branch: + - master + event: + - push + steps: - image: node:latest name: "build node"