Compare commits
9 Commits
03960cbc89
...
04976621a8
Author | SHA1 | Date | |
---|---|---|---|
04976621a8 | |||
8ee328c0c6 | |||
109ee85dee | |||
e1cc1caa31 | |||
4e4adf3b3c | |||
9fc5be60ef | |||
7fbc195a64 | |||
4f244ffa28 | |||
ed8eaa0ae8 |
12
.drone.yml
12
.drone.yml
@ -31,11 +31,6 @@ steps:
|
|||||||
from_secret: user
|
from_secret: user
|
||||||
SSH_KEY:
|
SSH_KEY:
|
||||||
from_secret: ssh_key
|
from_secret: ssh_key
|
||||||
|
|
||||||
when:
|
|
||||||
branch:
|
|
||||||
- main
|
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
# install deps
|
# install deps
|
||||||
- apt-get update -qq > /dev/null
|
- apt-get update -qq > /dev/null
|
||||||
@ -68,4 +63,9 @@ steps:
|
|||||||
- rsync -rP site/* "$host:$${HOST}"
|
- rsync -rP site/* "$host:$${HOST}"
|
||||||
- ssh $host $delete_current_files
|
- ssh $host $delete_current_files
|
||||||
- ssh $host $deploy_new_files
|
- ssh $host $deploy_new_files
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- pull_request
|
||||||
|
2
.gitmodules
vendored
2
.gitmodules
vendored
@ -3,4 +3,4 @@
|
|||||||
url = https://github.com/ktyldev/ppp
|
url = https://github.com/ktyldev/ppp
|
||||||
[submodule "blog"]
|
[submodule "blog"]
|
||||||
path = blog
|
path = blog
|
||||||
url = https://git.pizzawednesday.club/ktyl/blog.git
|
url = https://sauce.pizzawednes.day/ktyl/blog.git
|
||||||
|
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# ktyl.dev
|
||||||
|
|
||||||
|
[](https://oven.pizzawednes.day/ktyl/ktyl.dev)
|
||||||
|
|
||||||
|
website at https://ktyl.dev/
|
Loading…
x
Reference in New Issue
Block a user