diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..fb1cfb1 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,11 @@ +on: + push: + branches: + - master + workflow_dispatch: +jobs: + deploy-job: + runs-on: server + steps: + - name: initial test + uses: echo "test" \ No newline at end of file