From 0495cfbda1bb04049b2b3d05554807371ccc689c Mon Sep 17 00:00:00 2001 From: "n.nakhostin" Date: Sun, 31 Aug 2025 15:31:42 +0330 Subject: [PATCH] Update .drone.yml to rename build steps for web landing --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index ca53d6e..6208b75 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ ################################################################################ kind: pipeline type: docker -name: (admin Panel) build form and push to artifactory +name: (web landing) build form and push to artifactory steps: - name: tag @@ -19,11 +19,11 @@ steps: - echo "APP Version tags $APP_VERSION" - echo -n "$APP_VERSION" >> .tags - - name: buid panle + - name: build landing image: plugins/docker settings: # build_args: - # - BUILD_APP=scraper + # - BUILD_APP=landing username: cicd password: from_secret: REGISTRY_PASSWORD