Actualiser .gitea/workflows/Build Framework.yaml
All checks were successful
Check config / build (push) Successful in 9m42s
All checks were successful
Check config / build (push) Successful in 9m42s
This commit is contained in:
parent
92c5383985
commit
06c8153366
@ -5,18 +5,18 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 1 * *" # At midnight on the first day of the month (Monday)
|
- cron: "0 0 1 * *" # At midnight on the first day of the month (Monday)
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
bump:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build bumped flake (only one host)
|
- name: Build bumped flake (only one host)
|
||||||
run: nix build .\#nixosConfigurations.FW16.config.system.build.toplevel
|
run: nix build .\#nixosConfigurations.FW16.config.system.build.toplevel
|
||||||
|
|
||||||
- name: Notify Success
|
- name: Notify Success
|
||||||
run: curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild
|
run: curl -H "Title: Successfully builded flake!" -d "Builded Framework flake" https://ntfy.alexdelcamp.fr/FlakeBuild
|
||||||
Loading…
x
Reference in New Issue
Block a user