This commit is contained in:
@@ -2,6 +2,13 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: deploy
|
name: deploy
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: false
|
||||||
|
git:
|
||||||
|
image: plugins/git
|
||||||
|
settings:
|
||||||
|
clone_url: http://10.10.10.2:3000/admin/tgCrewLanding.git
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
image: node:22
|
image: node:22
|
||||||
@@ -17,7 +24,7 @@ steps:
|
|||||||
username: root
|
username: root
|
||||||
key:
|
key:
|
||||||
from_secret: SSH-nginx-key
|
from_secret: SSH-nginx-key
|
||||||
source: dist/spa/*
|
source: dist/spa/.
|
||||||
target: /usr/share/nginx/tgCrewLanding
|
target: /usr/share/nginx/tgCrewLanding
|
||||||
rm: true
|
rm: true
|
||||||
when:
|
when:
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<span class="text-h4 text-bold q-pr-xs" style="color: var(--logo-color-bg-white);">
|
<span class="text-h4 text-bold q-pr-xs" style="color: var(--logo-color-bg-white);">
|
||||||
tg!2
|
tg
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<span class="text-h4 text-brand text-bold q-pa-0">
|
<span class="text-h4 text-brand text-bold q-pa-0">
|
||||||
|
|||||||
Reference in New Issue
Block a user