Update .drone.yml to rename build steps for web landing

This commit is contained in:
n.nakhostin
2025-08-31 15:31:42 +03:30
parent 92a8cc8f2c
commit 0495cfbda1
+3 -3
View File
@@ -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