Compare commits
No commits in common. "fb4a10caccbe9d3640810bbf80ee79159006c6bb" and "d90ed17e6b35a30d6b99e1de21d22b68e241a334" have entirely different histories.
fb4a10cacc
...
d90ed17e6b
12
.drone.yml
12
.drone.yml
|
@ -31,6 +31,11 @@ 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
|
||||||
|
@ -63,9 +68,4 @@ 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
|
|
||||||
|
|
|
@ -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://sauce.pizzawednes.day/ktyl/blog.git
|
url = https://git.pizzawednesday.club/ktyl/blog.git
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
# ktyl.dev
|
|
||||||
|
|
||||||
[![Build Status](https://oven.pizzawednesday.club/api/badges/ktyl/ktyl.dev/status.svg)](https://oven.pizzawednesday.club/ktyl/ktyl.dev)
|
|
||||||
|
|
||||||
website at https://ktyl.dev/
|
|
Loading…
Reference in New Issue