complete deploy
This commit is contained in:
parent
4457810e77
commit
f0c6f42bbf
|
@ -45,10 +45,11 @@ jobs:
|
||||||
host: 91.92.154.141
|
host: 91.92.154.141
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
password: ${{ secrets.STAGE_SSH_PASSPHRASE }}
|
password: ${{ secrets.STAGE_SSH_PASSPHRASE }}
|
||||||
script: sudo systemctl restart backend
|
script: |
|
||||||
# sudo cp -rf ~/frontend/build/*
|
sudo systemctl restart backend
|
||||||
# sudo npm install -g serve/var/www/html/monitor.innov.energy/html/
|
sudo cp -rf ~/frontend/build/*
|
||||||
|
sudo npm install -g serve/var/www/html/monitor.innov.energy/html/
|
||||||
|
|
||||||
- run: echo " This job's status is ${{ job.status }}."
|
- run: echo " This job's status is ${{ job.status }}."
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue