diff --git a/.github/workflows/cache-test.sh b/.github/workflows/cache-test.sh index 4a549f5..218ef9d 100755 --- a/.github/workflows/cache-test.sh +++ b/.github/workflows/cache-test.sh @@ -7,7 +7,7 @@ seed=$(date) log=$MAGIC_NIX_CACHE_DAEMONDIR/daemon.log -binary_cache=https://flakehub-cache-prod.fly.dev +binary_cache=https://cache.flakehub.com # Check that the action initialized correctly. grep 'FlakeHub cache is enabled' $log diff --git a/action.yml b/action.yml index bcc62ab..472e767 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ inputs: required: false flakehub-cache-server: description: "The FlakeHub binary cache server." - default: "https://flakehub-cache-prod.fly.dev" + default: "https://cache.flakehub.com" flakehub-api-server: description: "The FlakeHub API server." default: "https://api.flakehub.com"