Compare commits
3 Commits
2133e901ac
...
9fc5be60ef
Author | SHA1 | Date |
---|---|---|
ktyl | 9fc5be60ef | |
ktyl | 7fbc195a64 | |
ktyl | 4f244ffa28 |
12
.drone.yml
12
.drone.yml
|
@ -31,11 +31,6 @@ steps:
|
|||
from_secret: user
|
||||
SSH_KEY:
|
||||
from_secret: ssh_key
|
||||
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
|
||||
commands:
|
||||
# install deps
|
||||
- apt-get update -qq > /dev/null
|
||||
|
@ -68,4 +63,9 @@ steps:
|
|||
- rsync -rP site/* "$host:$${HOST}"
|
||||
- ssh $host $delete_current_files
|
||||
- ssh $host $deploy_new_files
|
||||
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
exclude:
|
||||
- pull_request
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
# 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