Update .drone.yml to rename build steps for web landing
This commit is contained in:
+3
-3
@@ -3,7 +3,7 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: (admin Panel) build form and push to artifactory
|
name: (web landing) build form and push to artifactory
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: tag
|
- name: tag
|
||||||
@@ -19,11 +19,11 @@ steps:
|
|||||||
- echo "APP Version tags $APP_VERSION"
|
- echo "APP Version tags $APP_VERSION"
|
||||||
- echo -n "$APP_VERSION" >> .tags
|
- echo -n "$APP_VERSION" >> .tags
|
||||||
|
|
||||||
- name: buid panle
|
- name: build landing
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings:
|
settings:
|
||||||
# build_args:
|
# build_args:
|
||||||
# - BUILD_APP=scraper
|
# - BUILD_APP=landing
|
||||||
username: cicd
|
username: cicd
|
||||||
password:
|
password:
|
||||||
from_secret: REGISTRY_PASSWORD
|
from_secret: REGISTRY_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user