updated workflow
Deploy beszel / deploy (push) Successful in 4s

This commit is contained in:
2026-03-26 20:02:09 -04:00
parent 81151f90aa
commit 313fb4655f
2 changed files with 21 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
name: Deploy beszel
on:
push:
branches: [main]
paths:
- 'docker/beszel/**'
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-beszel
+3
View File
@@ -1,2 +1,5 @@
# !create
beszel_data/
# !create
beszel_socket/