blob: bd4a9d5cb2359920a4ec315bcf622a33bb633a3c (
plain)
1
2
3
4
5
|
nix.build(".#docker.within-website");
docker.load("./result");
docker.push(`ghcr.io/xe/x/within-website`);
yeet.run("kubectl", "apply", "-f=manifest.yaml");
yeet.run("sh", "-c", "kubectl rollout restart deployments/within-website");
|