Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
# Do not run on the creation of the repository
if: github.event.created != true
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
with:
Expand Down
20 changes: 11 additions & 9 deletions config/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@
}
},
"fetcher": {
"language": "en"
},
"notifier": {
"sendInBlue": {
"updatesListId": 0,
"updateTemplateId": 0
}
"language": "en-IE, en-GB, en"
},
"reporter": {
"type": "github",
Expand All @@ -43,10 +37,18 @@
},
"collection-api": {
"port": 3000,
"basePath": "/collection-api"
"basePath": "/collection-api",
"feed": {
"versionUrlTemplate": "https://github.com/OpenTermsArchive/dsa-reports-versions/commit/%VERSION_ID"
}
},
"logger": {
"timestampPrefix": false
"timestampPrefix": false,
"smtp": {
"host": "smtp-relay.brevo.com",
"port": 587,
"username": "admin@opentermsarchive.org"
}
}
}
}
2 changes: 1 addition & 1 deletion deployment/inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ all:
51.38.36.133:
ansible_user: ota
ed25519_fingerprint: AAAAC3NzaC1lZDI1NTE5AAAAIEFAm4AcuJNKImivafpYxWxUnUl5BHOeLMQdN5B8OvHI
ota_source_repository: https://github.com/OpenTermsArchive/dsa-reports-declarations.git
ota_collection_repository: https://github.com/OpenTermsArchive/dsa-reports-declarations.git
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: 2.1.1
version: 4.0.0
Loading
Loading