🔥 Remove drone config
This commit is contained in:
parent
222dbd6da1
commit
d1bff79124
1 changed files with 0 additions and 32 deletions
32
.drone.yml
32
.drone.yml
|
@ -1,32 +0,0 @@
|
||||||
kind: pipeline
|
|
||||||
name: production
|
|
||||||
when:
|
|
||||||
event: [ push ]
|
|
||||||
branch: [ master ]
|
|
||||||
|
|
||||||
clone:
|
|
||||||
git:
|
|
||||||
image: plugins/git
|
|
||||||
pull: true
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: node:latest
|
|
||||||
commands:
|
|
||||||
- npm i
|
|
||||||
- npm run compile
|
|
||||||
|
|
||||||
- name: deploy
|
|
||||||
image: drillster/drone-rsync
|
|
||||||
settings:
|
|
||||||
hosts:
|
|
||||||
from_secret: deploy_host
|
|
||||||
target: /var/www/moineau.kazhnuz.space
|
|
||||||
source: dist/*
|
|
||||||
user:
|
|
||||||
from_secret: deploy_user
|
|
||||||
key:
|
|
||||||
from_secret: deploy_key
|
|
||||||
when:
|
|
||||||
branch: master
|
|
||||||
delete: true
|
|
Loading…
Add table
Reference in a new issue