TMP: Deploy from deploy-vms-branch
Some checks failed
CI / build (push) Successful in 1m49s
CI / deploy (docs-ops.qo.is) (push) Failing after 12s
CI / deploy (system-vm) (push) Failing after 13s

This commit is contained in:
Fabian Hauser 2025-04-19 18:20:49 +03:00
parent d7d88d4509
commit 5c88f24f8e

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 }}"