Skip to content

Commit

Permalink
Included CEE again
Browse files Browse the repository at this point in the history
  • Loading branch information
jvsoest committed Oct 30, 2023
1 parent 345a995 commit 5712d24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github_actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/config.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 5712d24

Please sign in to comment.