diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 000000000..8c265a67f --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,11 @@ +name: Deploy Tools +on: + push: + branches: + - main +jobs: + deploy: + runs-on: ubuntu + steps: + - name: Run deploy script + run: /home/ubuntu/apps/prd-dap-tools/deploy.sh