ci preparations
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-03-14 22:46:08 +03:00
parent 789fb6f38d
commit 2df13c117a
3 changed files with 26 additions and 19 deletions

View File

@@ -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