diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 0000000..7491048 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -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"