Compare commits

..

2 commits

Author SHA1 Message Date
6a75dfdaa6 Add deployment ssh key to all VMs
All checks were successful
CI / build (push) Successful in 1m32s
CI / deploy (docs-ops.qo.is) (push) Successful in 1m3s
CI / deploy (system-vm) (push) Successful in 1m32s
2025-04-19 18:44:43 +03:00
4f79f48b99 TMP: Deploy from deploy-vms-branch 2025-04-19 18:42:48 +03:00
2 changed files with 4 additions and 5 deletions

View file

@ -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/main' if: success() && github.ref == 'refs/heads/54-deploy-vms-automatically'
runs-on: nix runs-on: nix
env: env:
SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}" SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}"

View file

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