Added config folder to changes

This commit is contained in:
eliza 2024-01-27 20:49:18 +00:00
parent e7d47fa873
commit 16bae0bf8f

View file

@ -78,6 +78,7 @@ sync_repos:
- secrets/**/* - secrets/**/*
- flake.* - flake.*
- .gitlab-ci.yml - .gitlab-ci.yml
- config/**/*
# deploy items only run on main # deploy items only run on main
.deploy_template: &deployment .deploy_template: &deployment
@ -92,6 +93,7 @@ sync_repos:
- applications/**/* - applications/**/*
- machines/**/* - machines/**/*
- secrets/**/* - secrets/**/*
- config/**/*
linter: linter:
<<: *builder <<: *builder
@ -152,4 +154,4 @@ deploy_gitlab:
stage: deploy_gitlab stage: deploy_gitlab
script: script:
- colmena apply -v --on @active-gitlab - colmena apply -v --on @active-gitlab
when: manual when: manual