Install in workspace
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-03-18 22:46:35 +03:00
parent 2c4cd8ca5d
commit 9d663510bc

View File

@@ -13,9 +13,9 @@ steps:
from_secret: ssh_private_key
commands:
- git clone -b monorepo https://git.radner.ru/anatolykopyl/warframe-center.git
- cd warframe-center/app
- cd warframe-center
- npm install
- npm run build
- npm run build -w app
- mkdir ~/.ssh
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
- chmod 400 ~/.ssh/id_rsa