Remove obsolete deploy wrappers

This commit is contained in:
dirtydishes 2026-05-08 04:08:16 -04:00
parent 39bac1ee8c
commit cf7ddf3dea
3 changed files with 1 additions and 10 deletions

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
exec "$repo_root/deploy" current-branch "$@"

View file

@ -1,5 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
repo_root="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
exec "$repo_root/deploy" main "$@"