diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index b63ae77..196a42b 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -10,4 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v4 \ No newline at end of file + uses: actions/checkout@v4 + + - name: build database + run: | + docker build -t mistox-sql ./database + + - name: build server + run: | + docker build --build-arg BASE_URL=https://mistox.com -t mistox-website . \ No newline at end of file