chmod +x the deploy scripts
This commit is contained in:
parent
37603e501e
commit
5b272b4647
|
@ -1,5 +1,4 @@
|
|||
#/bin/bash
|
||||
|
||||
rsync -av ${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/ ubuntu@194.182.190.208:~/backend
|
||||
ssh ubuntu@194.182.190.208 'sudo systemctl restart backend'
|
||||
rsync -av ${{ gitea.workspace }}/typescript/frontend-marios2/* ubuntu@194.182.190.208:~/frontend/
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#/bin/bash
|
||||
|
||||
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'
|
||||
rsync -av ${{ gitea.workspace }}/typescript/frontend-marios2/* ubuntu@91.92.154.141:~/frontend/
|
||||
|
|
Loading…
Reference in New Issue