mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-23 13:32:03 +01:00
Prod-ify
This commit is contained in:
parent
2be185dd30
commit
00faa49c9f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cache-test.sh
vendored
2
.github/workflows/cache-test.sh
vendored
|
@ -7,7 +7,7 @@ seed=$(date)
|
||||||
|
|
||||||
log=$MAGIC_NIX_CACHE_DAEMONDIR/daemon.log
|
log=$MAGIC_NIX_CACHE_DAEMONDIR/daemon.log
|
||||||
|
|
||||||
binary_cache=https://attic-test.fly.dev
|
binary_cache=https://flakehub-cache-prod.fly.dev
|
||||||
|
|
||||||
# Check that the action initialized correctly.
|
# Check that the action initialized correctly.
|
||||||
grep 'FlakeHub cache is enabled' $log
|
grep 'FlakeHub cache is enabled' $log
|
||||||
|
|
|
@ -42,7 +42,7 @@ inputs:
|
||||||
required: false
|
required: false
|
||||||
flakehub-cache-server:
|
flakehub-cache-server:
|
||||||
description: "The FlakeHub binary cache server."
|
description: "The FlakeHub binary cache server."
|
||||||
default: "https://attic-test.fly.dev"
|
default: "https://flakehub-cache-prod.fly.dev"
|
||||||
flakehub-api-server:
|
flakehub-api-server:
|
||||||
description: "The FlakeHub API server."
|
description: "The FlakeHub API server."
|
||||||
default: "https://api.flakehub.com"
|
default: "https://api.flakehub.com"
|
||||||
|
|
Loading…
Reference in a new issue