This commit is contained in:
19
.drone.yml
19
.drone.yml
@@ -7,3 +7,22 @@ server:
|
||||
user: pi
|
||||
password:
|
||||
from_secret: password
|
||||
|
||||
steps:
|
||||
- name: pull
|
||||
commands:
|
||||
- cd /home/pi/warframe-center
|
||||
- git fetch --all
|
||||
- git reset --hard origin/monorepo
|
||||
- name: install
|
||||
commands:
|
||||
- cd /home/pi/warframe-center
|
||||
- npm install
|
||||
- name: build
|
||||
commands:
|
||||
- cd /home/pi/warframe-center/app
|
||||
- npm run build
|
||||
- name: start
|
||||
commands:
|
||||
- cd /home/pi/warframe-center/app
|
||||
- npm run start
|
||||
|
||||
Reference in New Issue
Block a user