This commit is contained in:
2023-07-01 18:15:43 +07:00
commit a25b0adb09
20 changed files with 930 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
kind: pipeline
type: docker
name: release-lapsha
trigger:
event:
- push
steps:
- name: build
image: node:16
commands:
- node -v
- npm -v
- npm install arrow-line
- yarn --version
- yarn add @vue/cli-service
- yarn install
- yarn build
- name: scp
image: appleboy/drone-scp
settings:
host:
from_secret: ssh_ip
username:
from_secret: ssh_user
key:
from_secret: ssh_key
port:
from_secret: ssh_port
target: /home/crab/deploys/lapsha.3crabs.ru
source:
- dist
rm: true