path tombfollery
This commit is contained in:
parent
9a544503e9
commit
804bc4c660
|
@ -25,9 +25,10 @@ jobs:
|
||||||
host: 194.182.190.208
|
host: 194.182.190.208
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
key: ${{ secrets.PRODUCTION_SSH_KEY }}
|
key: ${{ secrets.PRODUCTION_SSH_KEY }}
|
||||||
source: "${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/*"
|
source: "${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/"
|
||||||
target: "~/backend"
|
target: "~/backend"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
strip_components: 1
|
||||||
|
|
||||||
- name: Copy Frontend
|
- name: Copy Frontend
|
||||||
uses: appleboy/scp-action@v0.1.4
|
uses: appleboy/scp-action@v0.1.4
|
||||||
|
@ -35,9 +36,10 @@ jobs:
|
||||||
host: 194.182.190.208
|
host: 194.182.190.208
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
key: ${{ secrets.PRODUCTION_SSH_KEY }}
|
key: ${{ secrets.PRODUCTION_SSH_KEY }}
|
||||||
source: "${{ gitea.workspace }}/typescript/frontend-marios2/*"
|
source: "${{ gitea.workspace }}/typescript/frontend-marios2/"
|
||||||
target: "~/frontend"
|
target: "~/frontend"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
strip_components: 1
|
||||||
|
|
||||||
- name: restart services
|
- name: restart services
|
||||||
uses: appleboy/ssh-action@v0.1.4
|
uses: appleboy/ssh-action@v0.1.4
|
||||||
|
|
|
@ -25,9 +25,10 @@ jobs:
|
||||||
host: 91.92.154.141
|
host: 91.92.154.141
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
key: ${{ secrets.STAGING_SSH_KEY }}
|
key: ${{ secrets.STAGING_SSH_KEY }}
|
||||||
source: "${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/*"
|
source: "${{ gitea.workspace }}/csharp/App/Backend/bin/Release/net6.0/linux-x64/publish/"
|
||||||
target: "~/backend"
|
target: "~/backend/"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
strip_components: 1
|
||||||
|
|
||||||
- name: Copy Frontend
|
- name: Copy Frontend
|
||||||
uses: appleboy/scp-action@v0.1.4
|
uses: appleboy/scp-action@v0.1.4
|
||||||
|
@ -35,9 +36,10 @@ jobs:
|
||||||
host: 91.92.154.141
|
host: 91.92.154.141
|
||||||
username: ubuntu
|
username: ubuntu
|
||||||
key: ${{ secrets.STAGING_SSH_KEY }}
|
key: ${{ secrets.STAGING_SSH_KEY }}
|
||||||
source: "${{ gitea.workspace }}/typescript/frontend-marios2/*"
|
source: "${{ gitea.workspace }}/typescript/frontend-marios2/"
|
||||||
target: "~/frontend"
|
target: "~/frontend/"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
|
strip_components: 1
|
||||||
|
|
||||||
- name: restart services
|
- name: restart services
|
||||||
uses: appleboy/ssh-action@v0.1.4
|
uses: appleboy/ssh-action@v0.1.4
|
||||||
|
|
Loading…
Reference in New Issue