wrong path in deploy

This commit is contained in:
Kim 2023-11-13 08:42:03 +01:00
parent d81ed2e36c
commit ca18fb8514
1 changed files with 1 additions and 1 deletions

View File

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