updareRunner
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-23 22:01:20 +03:00
parent cdff4592d9
commit 9a0c6c3c3e
2 changed files with 9 additions and 2 deletions

View File

@@ -2,6 +2,13 @@ kind: pipeline
type: docker
name: deploy
clone:
disable: false
git:
image: plugins/git
settings:
clone_url: http://10.10.10.2:3000/admin/tgCrewLanding.git
steps:
- name: build
image: node:22
@@ -17,7 +24,7 @@ steps:
username: root
key:
from_secret: SSH-nginx-key
source: dist/spa/*
source: dist/spa/.
target: /usr/share/nginx/tgCrewLanding
rm: true
when: