Compare commits

...

5 Commits

Author SHA1 Message Date
kayomn 03960cbc89 Fix readme links
continuous-integration/drone/push Build is passing Details
2022-10-04 19:22:35 +01:00
ktyl 7918035fae update submodule location 2022-10-04 19:22:35 +01:00
ktyl 5301e025d7 don't deploy on pull requests 2022-10-04 19:22:35 +01:00
ktyl a86d719bf1 restrict deploy step to main branch 2022-10-04 19:22:35 +01:00
ktyl 0e808a38b6 update README 2022-10-04 19:22:35 +01:00
4 changed files with 12 additions and 7 deletions

View File

@ -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

2
.gitmodules vendored
View File

@ -3,4 +3,4 @@
url = https://github.com/ktyldev/ppp
[submodule "blog"]
path = blog
url = https://git.pizzawednesday.club/ktyl/blog.git
url = https://sauce.pizzawednes.day/ktyl/blog.git

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# ktyl.dev
[![Build Status](https://oven.pizzawednes.day/api/badges/ktyl/ktyl.dev/status.svg)](https://oven.pizzawednes.day/ktyl/ktyl.dev)
website at https://ktyl.dev/

View File