why not working?

This commit is contained in:
Kim 2023-11-06 15:17:22 +01:00
parent 441bbaae9c
commit 1d49fc48f2
1 changed files with 3 additions and 1 deletions

View File

@ -46,7 +46,9 @@ jobs:
username: ubuntu
key: ${{ secrets.STAGING_SSH_KEY }}
script: |
sudo ~/backend/Resources/deploy.sh
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 }}."