Skip to content

Commit 24043b2

Browse files
committed
update knot dependency
1 parent 5fc54e7 commit 24043b2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

.github/workflows/deploy.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ on:
44
push:
55
branches:
66
- main
7+
- wdn/no-jon
78
paths:
89
- infra/**
910
workflow_dispatch:
1011

1112
permissions: read-all
1213

1314
jobs:
14-
#deploy_jon:
15-
# name: Deploy to jon
16-
# uses: ./.github/workflows/deploy_dns_environment.yaml
17-
# with:
18-
# environment: dev_jon
19-
# secrets: inherit
15+
deploy_jon:
16+
name: Deploy to jon
17+
uses: ./.github/workflows/deploy_dns_environment.yaml
18+
with:
19+
environment: dev_jon
20+
secrets: inherit
2021
# if: github.ref == 'refs/heads/main'
2122

2223
deploy_sn11_prod:

infra/ansible/roles/knot_authoritative/tasks/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
- python3-pip
3535
- python3.11-venv
3636
- dnsutils
37-
- knot=3.4.6-cznic.1~bookworm
37+
- knot=3.4.8-cznic.1~bookworm
3838

3939
- name: Knot DNS Config
4040
ansible.builtin.template:

0 commit comments

Comments
 (0)