remove hantim.net
Deploy nginx / deploy (push) Successful in 3s

This commit is contained in:
2026-03-16 21:08:06 -04:00
parent 7df77db7b3
commit b32a7ae5b6
3 changed files with 0 additions and 77 deletions
-18
View File
@@ -1,18 +0,0 @@
name: Deploy hantim.net
on:
push:
branches: [main]
paths:
- 'docker/hantim.net/**'
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-hantim.net