Compare commits
2 Commits
55a730c909
...
737ff9203b
Author | SHA1 | Date | |
---|---|---|---|
737ff9203b | |||
b4d6e487b6 |
@ -18,4 +18,14 @@ jobs:
|
||||
with:
|
||||
name: blog-public
|
||||
path: public/
|
||||
name: scp files
|
||||
- name: Deploy
|
||||
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
|
||||
|
||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
public/
|
||||
*.lock
|
||||
blog-build-ci
|
||||
blog-build-ci.pub
|
||||
|
Loading…
x
Reference in New Issue
Block a user