Home

ugit @d1dd2ae08d9222b7ecfd9ac6be814f19e15ad722 - refs - log -
-
https://git.jolheiser.com/ugit.git
The code powering this h*ckin' site
ugit / .woodpecker.yaml
- raw -
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
clone:
  git:
    image: woodpeckerci/plugin-git
    settings:
      partial: false

steps:
  - name: nix-build
    image: bash
    commands:
      - nix build

  - name: cachix-push
    image: bash
    commands:
      - cachix push jolheiser result/
    environment:
      CACHIX_AUTH_TOKEN:
        from_secret: cachix_auth_token