gabriel / musehub public
publish-issue.sh bash
5 lines 284 B
Raw
sha256:7ab354833d0210a676c81cc3181984ba8898e914d39b10192bcd7c76f1584efd feat(dev-tools): one-way, on-demand staging→production tick… Sonnet 5 patch 3 days ago
1 #!/usr/bin/env bash
2 # publish-issue.sh — copy a staging ticket's current content to production, on demand.
3 # One-way, idempotent (re-running updates the existing mirror). See #186.
4 set -euo pipefail
5 exec python3 "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/publish_issue.py" "$@"
File History 1 commit
sha256:7ab354833d0210a676c81cc3181984ba8898e914d39b10192bcd7c76f1584efd feat(dev-tools): one-way, on-demand staging→production tick… Sonnet 5 patch 3 days ago