Wire runner caches and forge secrets through agenix
This commit is contained in:
parent
afc3e79eb0
commit
ed247b2f5e
20 changed files with 299 additions and 64 deletions
|
|
@ -31,6 +31,19 @@ namespace:
|
|||
instance_tags:
|
||||
- "burrow"
|
||||
network: ""
|
||||
linux_cache_path: "/var/cache/burrow"
|
||||
linux_cache_volumes:
|
||||
- tag: "burrow-forgejo-linux-nix"
|
||||
mount_point: "/nix"
|
||||
size_gb: 60
|
||||
- tag: "burrow-forgejo-linux-cache"
|
||||
mount_point: "/var/cache/burrow"
|
||||
size_gb: 40
|
||||
macos_cache_path: "/Users/runner/.cache/burrow"
|
||||
macos_cache_volumes:
|
||||
- tag: "burrow-forgejo-macos-cache"
|
||||
mount_point: "/Users/runner/.cache/burrow"
|
||||
size_gb: 60
|
||||
|
||||
runner:
|
||||
name_prefix: "nscloud-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue