test
This commit is contained in:
24
.drone.yml
Normal file
24
.drone.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: deploy
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node:22
|
||||
commands:
|
||||
- npm install -g @quasar/cli
|
||||
- npm install
|
||||
- quasar build -m spa
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: 10.10.10.10
|
||||
username: root
|
||||
key:
|
||||
from_secret: SSH-nginx-key
|
||||
source: dist/spa/*
|
||||
target: /usr/share/nginx/tgCrewLanding
|
||||
rm: true
|
||||
when:
|
||||
branch: main
|
||||
@@ -69,7 +69,7 @@
|
||||
</svg>
|
||||
|
||||
<span class="text-h4 text-bold q-pr-xs" style="color: var(--logo-color-bg-white);">
|
||||
tggg!
|
||||
tggg!A
|
||||
</span>
|
||||
|
||||
<span class="text-h4 text-brand text-bold q-pa-0">
|
||||
|
||||
Reference in New Issue
Block a user