This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user