chore: add deploy workflow
Deploy / deploy (push) Failing after 0s

This commit is contained in:
2026-06-11 09:41:31 +00:00
parent 30c6969a9a
commit dd28e6cfeb
+11
View File
@@ -0,0 +1,11 @@
name: Deploy
on:
push:
branches: [ main ]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Deploy via SSH
run: |
ssh -o StrictHostKeyChecking=no root@192.168.1.112 "/opt/deploy-shop.sh server main"