Tweak
This commit is contained in:
parent
39205f81eb
commit
1b47e7b157
|
@ -23,8 +23,8 @@ jobs:
|
||||||
- name: copy everything to Stage
|
- name: copy everything to Stage
|
||||||
run: |
|
run: |
|
||||||
rsync -av ${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ ubuntu@91.92.154.141:~/backend
|
rsync -av ${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ ubuntu@91.92.154.141:~/backend
|
||||||
ssh ubuntu@91.92.154.141'sudo systemctl restart backend'
|
ssh ubuntu@91.92.154.141 'sudo systemctl restart backend'
|
||||||
rsync -rv .* ubuntu@91.92.154.141:~/frontend/
|
rsync -rv ${{ gitea.workspace }}/typescript/frontend-marios2/* ubuntu@91.92.154.141:~/frontend/
|
||||||
ssh ubuntu@91.92.154.141 'sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/'
|
ssh ubuntu@91.92.154.141 'sudo cp -rf ~/frontend/build/* /var/www/html/monitor.innov.energy/html/'
|
||||||
ssh ubuntu@91.92.154.141 'sudo npm install -g serve'
|
ssh ubuntu@91.92.154.141 'sudo npm install -g serve'
|
||||||
- run: echo " This job's status is ${{ job.status }}."
|
- run: echo " This job's status is ${{ job.status }}."
|
Loading…
Reference in New Issue