Skip to content

Commit 4d4e55b

Browse files
authored
Deploy the CDN. (#1232)
1 parent 05bb461 commit 4d4e55b

5 files changed

Lines changed: 29 additions & 26 deletions

File tree

cdn/boy/justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pin tag="":
1515
exit 1
1616
fi
1717
echo "Pinning to $TAG..."
18-
nix flake lock --override-input moq "github:moq-dev/moq/$TAG" --update-input moq
18+
nix flake update
19+
nix flake lock --override-input moq "github:moq-dev/moq/$TAG"
1920

2021
# Get the hostname for the boy instance
2122
host:

cdn/pub/flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdn/pub/justfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ pin tag="":
1515
exit 1
1616
fi
1717
echo "Pinning to $TAG..."
18-
nix flake lock --override-input moq "github:moq-dev/moq/$TAG" --update-input moq
18+
nix flake update
19+
nix flake lock --override-input moq "github:moq-dev/moq/$TAG"
1920

2021
# Get the hostname for the publisher
2122
host:

cdn/relay/flake.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cdn/relay/flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
(pkgs.certbot.withPlugins (ps: [ ps.certbot-dns-google ]))
3131
pkgs.jq
3232
pkgs.perf
33+
pkgs.jemalloc # jeprof for heap profiling
3334
];
3435
};
3536
};

0 commit comments

Comments
 (0)