Added config folder to changes
This commit is contained in:
parent
e7d47fa873
commit
16bae0bf8f
1 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,7 @@ sync_repos:
|
|||
- secrets/**/*
|
||||
- flake.*
|
||||
- .gitlab-ci.yml
|
||||
- config/**/*
|
||||
|
||||
# deploy items only run on main
|
||||
.deploy_template: &deployment
|
||||
|
@ -92,6 +93,7 @@ sync_repos:
|
|||
- applications/**/*
|
||||
- machines/**/*
|
||||
- secrets/**/*
|
||||
- config/**/*
|
||||
|
||||
linter:
|
||||
<<: *builder
|
||||
|
@ -152,4 +154,4 @@ deploy_gitlab:
|
|||
stage: deploy_gitlab
|
||||
script:
|
||||
- colmena apply -v --on @active-gitlab
|
||||
when: manual
|
||||
when: manual
|
||||
|
|
Loading…
Reference in a new issue