diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml deleted file mode 100644 index 6c76760..0000000 --- a/.gitea/workflows/deploy.yml +++ /dev/null @@ -1,10 +0,0 @@ -name: Deploy -on: - push: - branches: [ main ] -jobs: - deploy: - runs-on: ubuntu-latest - steps: - - name: Deploy - run: bash /opt/deploy-shop.sh server main