Install deps in pipeline
Some checks failed
continuous-integration/drone/push Build encountered an error
continuous-integration/drone Build is failing

This commit is contained in:
2022-03-19 01:41:44 +03:00
parent 7e31449bd2
commit 3d3d145072
3 changed files with 1067 additions and 26 deletions

View File

@@ -1,3 +1,26 @@
kind: pipeline
type: ssh
name: install dependencies
clone:
disable: true
server:
host: 192.168.1.54
user: pi
password:
from_secret: password
steps:
- name: install
commands:
- cd ~/warframe-center
- git fetch --all
- git reset --hard origin/monorepo
- npm ci
---
kind: pipeline
type: docker
name: default