This commit is contained in:
@@ -13,9 +13,9 @@ steps:
|
|||||||
from_secret: ssh_private_key
|
from_secret: ssh_private_key
|
||||||
commands:
|
commands:
|
||||||
- git clone -b monorepo https://git.radner.ru/anatolykopyl/warframe-center.git
|
- git clone -b monorepo https://git.radner.ru/anatolykopyl/warframe-center.git
|
||||||
- cd warframe-center/app
|
- cd warframe-center
|
||||||
- npm install
|
- npm install
|
||||||
- npm run build
|
- npm run build -w app
|
||||||
- mkdir ~/.ssh
|
- mkdir ~/.ssh
|
||||||
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
- echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_rsa
|
||||||
- chmod 400 ~/.ssh/id_rsa
|
- chmod 400 ~/.ssh/id_rsa
|
||||||
|
|||||||
Reference in New Issue
Block a user