Fresh repository history for elektrine/tarakan hosted at https://git.elektrine.com/elektrine/tarakan.
5 lines
194 B
Bash
Executable file
5 lines
194 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Compatibility shim — prefer scripts/deploy/deploy.sh
|
|
set -euo pipefail
|
|
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
exec "$ROOT/scripts/deploy/deploy.sh" "$@"
|