Skip to content

Commit

Permalink
Fix Reporter configuration and update dependencies (#617)
Browse files Browse the repository at this point in the history
* Fix config to enable issue reporter

* Update engine

* Update deployment
  • Loading branch information
Ndpnt authored Dec 12, 2023
1 parent 744bebb commit b07fc67
Show file tree
Hide file tree
Showing 5 changed files with 847 additions and 682 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
run: ansible-galaxy collection install -p ./ -r requirements.yml --force
- name: Deploy
working-directory: ./deployment
run: ansible-playbook ./ansible_collections/opentermsarchive/deployment/playbooks/deploy.yml
run: ansible-playbook ./ansible_collections/opentermsarchive/deployment/playbooks/engine/all.yml


11 changes: 9 additions & 2 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,20 @@
"updateTemplateId": 42
}
},
"tracker": {
"reporter": {
"githubIssues": {
"repository": "OpenTermsArchive/france-declarations"
"repositories": {
"declarations": "OpenTermsArchive/france-declarations",
"versions": "OpenTermsArchive/france-versions",
"snapshots": "OpenTermsArchive/france-snapshots"
}
}
},
"dataset": {
"title": "france",
"versionsRepositoryURL": "https://github.com/OpenTermsArchive/france-versions"
},
"api": {
"port": 3000
}
}
2 changes: 1 addition & 1 deletion deployment/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
collections:
- name: opentermsarchive.deployment
version: 0.0.14
version: 0.0.16
Loading

0 comments on commit b07fc67

Please sign in to comment.