Skip to content

Commit

Permalink
Update dependencies and deployment (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndpnt authored Dec 11, 2023
2 parents cce930a + c4167f2 commit aa91013
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 49 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


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
151 changes: 105 additions & 46 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"dataset:schedule": "npm run dataset -- --publish --remove-local-copy --schedule"
},
"dependencies": {
"@opentermsarchive/engine": "~0.33.0"
"@opentermsarchive/engine": "~0.34.0"
}
}

0 comments on commit aa91013

Please sign in to comment.