Compare commits
No commits in common. "caf3664288d1d043167d9e4d6cbafddddf77a2f5" and "92bb8de47e2dae8cd3bf1d01135e03f8fd0d33f6" have entirely different histories.
caf3664288
...
92bb8de47e
2 changed files with 3 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
when:
|
||||
- branch: flake-lock-update
|
||||
- event: [pull_request]
|
||||
- branch: ci-test
|
||||
- event: [push]
|
||||
|
||||
steps:
|
||||
attic-push:
|
||||
|
@ -23,5 +23,5 @@ steps:
|
|||
mkdir -p .ssh && cd .ssh
|
||||
echo "$${SSH_KEY}" > forgejo
|
||||
chmod 400 forgejo
|
||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#kariru .#sakura .#sora .#yuki .#haru .#kaze
|
||||
nix run github:serokell/deploy-rs -- --ssh-opts="-i forgejo -o StrictHostKeyChecking=no" --skip-checks --targets .#arashi .#sakura .#sora .#yuki .#haru .#kaze
|
||||
secrets: [ssh_key, gh_pat]
|
||||
|
|
|
@ -153,13 +153,6 @@
|
|||
tls.certresolver = "production";
|
||||
middlewares = "cors-allow-all";
|
||||
};
|
||||
woodpecker = {
|
||||
rule = "Host(`ci.flake.sh`)";
|
||||
entrypoints = ["websecure"];
|
||||
service = "woodpecker";
|
||||
tls.domains = [{main = "*.flake.sh";}];
|
||||
tls.certresolver = "production";
|
||||
};
|
||||
};
|
||||
services = {
|
||||
forgejo.loadBalancer = {
|
||||
|
@ -180,7 +173,6 @@
|
|||
ntfy-sh.loadBalancer.servers = [{url = "http://100.104.42.96:8090";}];
|
||||
attic.loadBalancer.servers = [{url = "http://100.104.42.96:8200";}];
|
||||
minio.loadBalancer.servers = [{url = "http://100.69.79.81:9005";}];
|
||||
woodpecker.loadBalancer.servers = [{url = "http://100.82.146.40:8200";}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue