Push immediately after building
This commit is contained in:
parent
ada5ab5685
commit
e6a29da07c
2 changed files with 10 additions and 10 deletions
10
.github/workflows/cachix.yml
vendored
10
.github/workflows/cachix.yml
vendored
|
@ -17,11 +17,11 @@ jobs:
|
||||||
extraPullNames: "nix-community,accentor"
|
extraPullNames: "nix-community,accentor"
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
skipPush: true
|
skipPush: true
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.urithiru.config.system.build.toplevel
|
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.lasting-integrity.config.system.build.toplevel
|
- run: nix build -L --no-link .#nixosConfigurations.lasting-integrity.config.system.build.toplevel
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.kholinar.config.system.build.toplevel
|
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.kharbranth.config.system.build.toplevel
|
|
||||||
- run: nix eval --json ".#nixosConfigurations.urithiru.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
|
||||||
- run: nix eval --json ".#nixosConfigurations.lasting-integrity.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
- run: nix eval --json ".#nixosConfigurations.lasting-integrity.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
- run: nix eval --json ".#nixosConfigurations.kholinar.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
- run: nix build -L --no-link .#nixosConfigurations.urithiru.config.system.build.toplevel
|
||||||
|
- run: nix eval --json ".#nixosConfigurations.urithiru.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
|
- run: nix build -L --no-link .#nixosConfigurations.kharbranth.config.system.build.toplevel
|
||||||
- run: nix eval --json ".#nixosConfigurations.kharbranth.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
- run: nix eval --json ".#nixosConfigurations.kharbranth.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
|
- run: nix build -L --no-link .#nixosConfigurations.kholinar.config.system.build.toplevel
|
||||||
|
- run: nix eval --json ".#nixosConfigurations.kholinar.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
|
|
10
.github/workflows/update.yml
vendored
10
.github/workflows/update.yml
vendored
|
@ -19,14 +19,14 @@ jobs:
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
skipPush: true
|
skipPush: true
|
||||||
- run: nix flake update
|
- run: nix flake update
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.urithiru.config.system.build.toplevel
|
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.lasting-integrity.config.system.build.toplevel
|
- run: nix build -L --no-link .#nixosConfigurations.lasting-integrity.config.system.build.toplevel
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.kholinar.config.system.build.toplevel
|
|
||||||
- run: nix build -L --no-link .#nixosConfigurations.kharbranth.config.system.build.toplevel
|
|
||||||
- run: nix eval --json ".#nixosConfigurations.urithiru.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
|
||||||
- run: nix eval --json ".#nixosConfigurations.lasting-integrity.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
- run: nix eval --json ".#nixosConfigurations.lasting-integrity.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
- run: nix eval --json ".#nixosConfigurations.kholinar.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
- run: nix build -L --no-link .#nixosConfigurations.urithiru.config.system.build.toplevel
|
||||||
|
- run: nix eval --json ".#nixosConfigurations.urithiru.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
|
- run: nix build -L --no-link .#nixosConfigurations.kharbranth.config.system.build.toplevel
|
||||||
- run: nix eval --json ".#nixosConfigurations.kharbranth.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
- run: nix eval --json ".#nixosConfigurations.kharbranth.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
|
- run: nix build -L --no-link .#nixosConfigurations.kholinar.config.system.build.toplevel
|
||||||
|
- run: nix eval --json ".#nixosConfigurations.kholinar.config.system.build.toplevel.outPath" | sed 's/"\(.*\)"/\1/' | cachix push chvp
|
||||||
- uses: stefanzweifel/git-auto-commit-action@v4.6.0
|
- uses: stefanzweifel/git-auto-commit-action@v4.6.0
|
||||||
with:
|
with:
|
||||||
commit_message: "Update dependencies"
|
commit_message: "Update dependencies"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue