Add gitea workflow
All checks were successful
Deploy website / deploy (push) Successful in 0s

This commit is contained in:
luaneko 2024-12-03 18:08:24 +11:00
parent f4b3e98e23
commit b996ac2232
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -0,0 +1,19 @@
name: Deploy website
on:
push:
branches:
- master
jobs:
deploy:
runs-on: luare
steps:
- name: Deploy to caddy
run: |
eval "$(ssh-agent -s)"
trap 'eval $(ssh-agent -k)' EXIT
ssh-add - <<< "${{ secrets.SSH_KEY }}"
id
ls -lah .