mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 08:45:02 +01:00
13 lines
202 B
Bash
Executable file
13 lines
202 B
Bash
Executable file
#!/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
|