Compare commits

2 Commits

Author SHA1 Message Date
51f418353d Merge branch 'monorepo-ts' of ssh://git.radner.ru:3036/anatolykopyl/warframe-center into monorepo-ts
Some checks failed
continuous-integration/drone/push Build is failing
2022-07-07 02:29:41 +03:00
57ebf51a0a ci workflow 2022-07-07 02:29:37 +03:00

View File

@@ -14,7 +14,7 @@ clone:
steps: steps:
- name: fetch remote - name: fetch remote
commands: commands:
- cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo - cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo-ts
- name: install dependencies - name: install dependencies
commands: commands:
- export PATH=$PATH:/home/webmaster/.nvm/versions/node/v16.14.2/bin - export PATH=$PATH:/home/webmaster/.nvm/versions/node/v16.14.2/bin
@@ -42,7 +42,7 @@ steps:
MONGODB_URI: MONGODB_URI:
from_secret: MONGODB_URI from_secret: MONGODB_URI
commands: commands:
- git clone -b monorepo https://git.radner.ru/anatolykopyl/warframe-center.git - git clone -b monorepo-ts https://git.radner.ru/anatolykopyl/warframe-center.git
- cd warframe-center - cd warframe-center
- yarn install --immutable - yarn install --immutable
- yarn workspace frontend run build - yarn workspace frontend run build