mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-16 09:35:10 +01:00
cleanup
This commit is contained in:
parent
6d47ea67f0
commit
e6e0400c54
11 changed files with 29 additions and 71 deletions
13
newinfra/nix/deploy/deploy-dns.sh
Executable file
13
newinfra/nix/deploy/deploy-dns.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -euxo pipefail
|
||||
|
||||
cd "$(dirname "$(realpath "$0")")/.."
|
||||
|
||||
./deploy/smoke-tests.sh
|
||||
|
||||
colmena apply --on dns1
|
||||
./deploy/smoke-tests.sh
|
||||
|
||||
colmena apply --on dns2
|
||||
./deploy/smoke-tests.sh
|
||||
|
|
@ -7,7 +7,6 @@ let
|
|||
dns2 = host "128.140.3.7" "2a01:4f8:c2c:d616::";
|
||||
|
||||
vps1 = host "161.97.165.1" null;
|
||||
|
||||
in
|
||||
{
|
||||
SOA = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue