Install deps in pipeline
This commit is contained in:
23
.drone.yml
23
.drone.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user