This commit is contained in:
Kim 2023-11-06 16:24:11 +01:00
parent 6b8142b8d8
commit 9a544503e9
2 changed files with 2 additions and 2 deletions

View File

@ -47,5 +47,5 @@ jobs:
password: ${{ secrets.PRODUCTION_SSH_PASSPHRASE }} password: ${{ secrets.PRODUCTION_SSH_PASSPHRASE }}
script: | script: |
sudo systemctl restart backend sudo systemctl restart backend
sudo cp -rf~/frontend/build/* /var/www/html/monitor.innov.energy/html/ sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/
sudo npm install -g serve sudo npm install -g serve

View File

@ -47,5 +47,5 @@ jobs:
password: ${{ secrets.STAGE_SSH_PASSPHRASE }} password: ${{ secrets.STAGE_SSH_PASSPHRASE }}
script: | script: |
sudo systemctl restart backend sudo systemctl restart backend
sudo cp -rf~/frontend/build/* /var/www/html/monitor.innov.energy/html/ sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/
sudo npm install -g serve sudo npm install -g serve