Skip to content

Commit 7ea3115

Browse files
committed
Try deploying to SN3
1 parent c5693e2 commit 7ea3115

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
environment: dev_jon
2020
secrets: inherit
21-
# if: github.ref == 'refs/heads/main'
21+
if: github.ref == 'refs/heads/main'
2222

2323
deploy_sn11_prod:
2424
name: Deploy to sn11 prod
@@ -41,8 +41,8 @@ jobs:
4141
deploy_sn3_prod:
4242
name: Deploy to sn3 prod
4343
uses: ./.github/workflows/deploy_dns_environment.yaml
44-
needs: deploy_sn10_prod
44+
# needs: deploy_sn10_prod
4545
with:
4646
environment: prod_sn3
4747
secrets: inherit
48-
if: github.ref == 'refs/heads/main'
48+
# if: github.ref == 'refs/heads/main'

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
ansible.builtin.apt:
2727
lock_timeout: 240
2828
update_cache: true
29-
allow_downgrade: true
3029
pkg:
3130
- apt-transport-https
3231
- ca-certificates
@@ -35,7 +34,7 @@
3534
- python3-pip
3635
- python3.11-venv
3736
- dnsutils
38-
- knot #=3.4.8-cznic.1~bookworm
37+
- knot=3.4.6-cznic.1~bookworm
3938

4039
- name: Knot DNS Config
4140
ansible.builtin.template:

0 commit comments

Comments
 (0)