Compare commits
2 commits
2c679066ef
...
6a75dfdaa6
Author | SHA1 | Date | |
---|---|---|---|
6a75dfdaa6 | |||
4f79f48b99 |
2 changed files with 4 additions and 5 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"
|
||||
deploy:
|
||||
needs: build
|
||||
if: success() && github.ref == 'refs/heads/main'
|
||||
if: success() && github.ref == 'refs/heads/54-deploy-vms-automatically'
|
||||
runs-on: nix
|
||||
env:
|
||||
SSH_DEPLOY_KEY: "${{ secrets.SSH_DEPLOY_KEY }}"
|
||||
|
|
|
@ -3,12 +3,11 @@
|
|||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"schedule": [
|
||||
"* 18-19 * * *"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"automerge": true
|
||||
"extends": [
|
||||
"schedule:weekly"
|
||||
]
|
||||
},
|
||||
"cloneSubmodules": true,
|
||||
"nix": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue