Compare commits

..

No commits in common. "fb4a10caccbe9d3640810bbf80ee79159006c6bb" and "d90ed17e6b35a30d6b99e1de21d22b68e241a334" have entirely different histories.

4 changed files with 7 additions and 12 deletions

View File

@ -31,6 +31,11 @@ steps:
from_secret: user
SSH_KEY:
from_secret: ssh_key
when:
branch:
- main
commands:
# install deps
- apt-get update -qq > /dev/null
@ -63,9 +68,4 @@ 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://sauce.pizzawednes.day/ktyl/blog.git
url = https://git.pizzawednesday.club/ktyl/blog.git

View File

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

0
readme.md Normal file
View File