From f8320319a4f8c499f8f1fe25c5de280e7bd4a276 Mon Sep 17 00:00:00 2001 From: Brandon Watson Date: Fri, 7 Jan 2022 16:58:29 -0500 Subject: [PATCH] Restricting build to internal lan --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index d192508..4847580 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,9 @@ kind: pipeline type: docker name: default +node: + lan: internal + steps: - name: build image: node