mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-17 01:55: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
|
||||
Loading…
Add table
Add a link
Reference in a new issue