This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: dotnet publish src/ReverseLlama.Server -c Release -o publish
|
run: dotnet publish src/ReverseLlama.Server -c Release -o publish
|
||||||
|
|
||||||
- name: Copy files to server
|
- name: Copy files to server
|
||||||
uses: appleboy/scp-action@v0.1.7
|
uses: appleboy/scp-action@v1.0.0
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.DEPLOY_HOST }}
|
host: ${{ secrets.DEPLOY_HOST }}
|
||||||
username: ${{ secrets.DEPLOY_USER }}
|
username: ${{ secrets.DEPLOY_USER }}
|
||||||
@@ -36,7 +36,6 @@ jobs:
|
|||||||
source: "publish/*"
|
source: "publish/*"
|
||||||
target: "/var/www/ReverseLlama"
|
target: "/var/www/ReverseLlama"
|
||||||
strip_components: 1
|
strip_components: 1
|
||||||
tar_tmp_path: "~"
|
|
||||||
|
|
||||||
- name: Restart app
|
- name: Restart app
|
||||||
uses: appleboy/ssh-action@v1.2.0
|
uses: appleboy/ssh-action@v1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user