Create script to deploy in CI #56

Merged
fabianhauser merged 5 commits from 54-deploy-vms-automatically into main 2025-04-19 17:59:46 +02:00
Showing only changes of commit 2c679066ef - Show all commits

View file

@ -3,11 +3,12 @@
"extends": [ "extends": [
"config:recommended" "config:recommended"
], ],
"schedule": [
"* 18-19 * * *"
],
"lockFileMaintenance": { "lockFileMaintenance": {
"enabled": true, "enabled": true,
"extends": [ "automerge": true
"schedule:weekly"
]
}, },
"cloneSubmodules": true, "cloneSubmodules": true,
"nix": { "nix": {