typo
This commit is contained in:
parent
6b8142b8d8
commit
9a544503e9
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue