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