Source interactive shell files
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -17,6 +17,8 @@ steps:
|
||||
- cd /home/webmaster/warframe-center && git fetch --all && git reset --hard origin/monorepo
|
||||
- name: install dependencies
|
||||
commands:
|
||||
- source ~/.bashrc
|
||||
- source ~/.profile
|
||||
- cd /home/webmaster/warframe-center && npm install
|
||||
|
||||
trigger:
|
||||
@@ -51,6 +53,9 @@ steps:
|
||||
- scp -o StrictHostKeyChecking=no -r ./app/.next webmaster@warframe.center:~/warframe.center
|
||||
- ssh -o StrictHostKeyChecking=no webmaster@warframe.center "pm2 restart warframe-center-app-3000"
|
||||
|
||||
depends_on:
|
||||
- install dependencies
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- monorepo
|
||||
|
||||
Reference in New Issue
Block a user