add thekims.family
Deploy nginx / deploy (push) Failing after 3s
Deploy thekims.family / deploy (push) Successful in 2s

This commit is contained in:
2026-03-16 21:47:22 -04:00
parent 34cba34856
commit 126061bbcb
3 changed files with 77 additions and 0 deletions
@@ -0,0 +1,18 @@
name: Deploy thekims.family
on:
push:
branches: [main]
paths:
- 'docker/thekims.family/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy via SSH
run: |
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ vars.DEPLOY_HOST }} deploy-thekims.family