diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml new file mode 100644 index 00000000..98457548 --- /dev/null +++ b/.gitea/workflows/deploy.yml @@ -0,0 +1,17 @@ +name: Deploy Docker Image + +on: + workflow_dispatch + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Execute custom script + run: | + cat >> deploy.sh <