Add Galaxy build and deployment workflows

This commit is contained in:
Ryan Ward
2026-08-26 12:07:32 -05:00
parent dde129b9c7
commit 82eed08683
6 changed files with 141 additions and 65 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
# Compatibility entrypoint for building and uploading Galaxy to Hermes.
set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
exec "$SCRIPT_DIR/build-and-deploy-hermes.sh" "$@"