diff --git a/.github/workflows/github_actions.yaml b/.github/workflows/github_actions.yaml index e6bf17a..4040636 100644 --- a/.github/workflows/github_actions.yaml +++ b/.github/workflows/github_actions.yaml @@ -29,10 +29,10 @@ jobs: registry: ${{ env.REGISTRY }} username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - # - name: Build frontend - # id: build_frontend - # run: | - # cd cee && sh run_build.sh + - name: Build frontend + id: build_frontend + run: | + cd cee && sh run_build.sh - name: Build container id: docker_build uses: docker/build-push-action@v2 diff --git a/src/config.yaml b/src/config.yaml index f4eab4a..b0f2502 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -1,6 +1,6 @@ server: storageFolder: ./data - server_url: "http://localhost:7200" + server_url: "http://rdf-store:7200" repository_name: "semantic_forms" update_endpoint_suffix: "/statements" template: