This commit is contained in:
@@ -16,6 +16,8 @@ steps:
|
||||
- npm install -g @quasar/cli
|
||||
- npm install
|
||||
- quasar build -m spa
|
||||
- mv dist/spa/* dist/
|
||||
- rm -rf dist/spa
|
||||
|
||||
- name: deploy
|
||||
image: appleboy/drone-scp
|
||||
@@ -24,7 +26,7 @@ steps:
|
||||
username: root
|
||||
key:
|
||||
from_secret: SSH-nginx-key
|
||||
source: dist/spa/.
|
||||
source: dist/*
|
||||
target: /usr/share/nginx/tgCrewLanding
|
||||
rm: true
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user