Skip to content
This repository has been archived by the owner on Jun 17, 2020. It is now read-only.

Commit

Permalink
[DEVOPS-836] test out putting the binary cache on S3
Browse files Browse the repository at this point in the history
  • Loading branch information
cleverca22 committed Jun 6, 2018
1 parent 54995bd commit 40774e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions modules/hydra-master.nix
Expand Up @@ -77,8 +77,13 @@ in {
# auth token needs `repo:status`
extraConfig = ''
max_output_size = 4294967296
store-uri = file:///nix/store?secret-key=/etc/nix/hydra.iohk.io-1/secret
binary_cache_secret_key_file = /etc/nix/hydra.iohk.io-1/secret
store_uri = s3://iohk-nix-cache?secret-key=/etc/nix/hydra.iohk.io-1/secret&log-compression=br&region=eu-central-1
server_store_uri = https://iohk-nix-cache.s3-eu-central-1.amazonaws.com/
binary_cache_public_uri = https://iohk-nix-cache.s3-eu-central-1.amazonaws.com/
log_prefix = https://iohk-nix-cache.s3-eu-central-1.amazonaws.com/
upload_logs_to_binary_cache = true
<github_authorization>
input-output-hk = ${builtins.readFile ../static/github_token}
</github_authorization>
Expand Down

0 comments on commit 40774e8

Please sign in to comment.