Compare commits
3 Commits
1a1eb9874f
...
87b6c19057
| Author | SHA1 | Date | |
|---|---|---|---|
| 87b6c19057 | |||
| b3580a546a | |||
| 15e36b6e53 |
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>
|
</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);">
|
||||||
tggg!
|
tggg!AA
|
||||||
</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