complete deploy

This commit is contained in:
Kim 2023-11-06 15:52:45 +01:00
parent 4457810e77
commit f0c6f42bbf
1 changed files with 5 additions and 4 deletions

View File

@ -45,9 +45,10 @@ jobs:
host: 91.92.154.141
username: ubuntu
password: ${{ secrets.STAGE_SSH_PASSPHRASE }}
script: sudo systemctl restart backend
# sudo cp -rf ~/frontend/build/*
# sudo npm install -g serve/var/www/html/monitor.innov.energy/html/
script: |
sudo systemctl restart backend
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 }}."