Compare commits
2 commits
6a75dfdaa6
...
2c679066ef
Author | SHA1 | Date | |
---|---|---|---|
2c679066ef | |||
99a5abbbfe |
2 changed files with 5 additions and 4 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
||||||
run: nix-fast-build --no-nom --max-jobs 6 --skip-cached --attic-cache "$CACHE_REPOSITORY"
|
run: nix-fast-build --no-nom --max-jobs 6 --skip-cached --attic-cache "$CACHE_REPOSITORY"
|
||||||
deploy:
|
deploy:
|
||||||
needs: build
|
needs: build
|
||||||
if: success() && github.ref == 'refs/heads/54-deploy-vms-automatically'
|
if: success() && github.ref == 'refs/heads/main'
|
||||||
runs-on: nix
|
runs-on: nix
|
||||||
env:
|
env:
|
||||||
SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}"
|
SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}"
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue