This commit is contained in:
parent
b4d6e487b6
commit
7e7b5b72dd
@ -18,4 +18,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: blog-public
|
name: blog-public
|
||||||
path: public/
|
path: public/
|
||||||
|
- uses: appleboy/scp-action@v0.1.7
|
||||||
|
with:
|
||||||
|
host: ${{ secrets.DEPLHOST }}
|
||||||
|
username: ${{ secrets.DEPLUSR }}
|
||||||
|
key: ${{ secrets.DEPLKEY }}
|
||||||
|
source: "public"
|
||||||
|
strip_components: 1
|
||||||
|
target: /var/www/krzyzanowski.dev/blog
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user