diff --git a/.gitea/workflows/serve.yml b/.gitea/workflows/serve.yml new file mode 100644 index 0000000..7a5dd47 --- /dev/null +++ b/.gitea/workflows/serve.yml @@ -0,0 +1,14 @@ +name: Aboba + +on: + push: + branches: [test] + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: Build the Docker image + run: docker-compose up -d