Compare commits
No commits in common. "737ff9203ba183da80703c53c30eabebf04408d0" and "55a730c909a2c8b38fa3223765dac7110efff2a3" have entirely different histories.
737ff9203b
...
55a730c909
@ -18,14 +18,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: blog-public
|
name: blog-public
|
||||||
path: 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,4 +1,2 @@
|
|||||||
public/
|
public/
|
||||||
*.lock
|
*.lock
|
||||||
blog-build-ci
|
|
||||||
blog-build-ci.pub
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user