Update .drone.yml

This commit is contained in:
k.pirzargar
2025-08-30 23:21:14 +03:30
parent e835a6ac4e
commit 3034018ebd
+15 -1
View File
@@ -19,9 +19,11 @@ steps:
- echo "APP Version tags $APP_VERSION"
- echo -n "$APP_VERSION" >> .tags
- name: push to artifactory
- name: buid web
image: plugins/docker
settings:
build_args:
- BUILD_APP=web
username: cicd
password:
from_secret: REGISTRY_PASSWORD
@@ -29,6 +31,18 @@ steps:
repo: artifactory.ravanertebat.ir/tm/web
registry: artifactory.ravanertebat.ir
- name: buid scraper
image: plugins/docker
settings:
build_args:
- BUILD_APP=scraper
username: cicd
password:
from_secret: REGISTRY_PASSWORD
dockerfile: Dockerfile-drone
repo: artifactory.ravanertebat.ir/tm/scraper
registry: artifactory.ravanertebat.ir
node:
tag: aecde-docker-runner
trigger: