initial commit
Deploy nginx / deploy (push) Failing after 1s
Deploy timothykim.net / deploy (push) Failing after 1s

This commit is contained in:
2026-03-12 21:16:04 -04:00
commit a3fb085fdb
51 changed files with 573 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name: Deploy timothykim.net
on:
push:
branches: [main]
paths:
- 'docker/timothykim.net/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy via SSH
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.DEPLOY_HOST }}
username: deploy
key: ${{ secrets.DEPLOY_KEY }}
script: deploy-timothykim