fix(deploy): route deploy clone to BuzzbeeSCD/openchamber (Vibing repo removed)

This commit is contained in:
coder-ops
2026-09-06 11:13:19 +00:00
parent d2547b71bc
commit 3991a6432a
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
run: |
rm -rf $GITHUB_WORKSPACE/repo
mkdir -p $GITHUB_WORKSPACE/repo
git clone --depth 1 --branch custom gitea@giteassh.buzzbee.dev:Vibing/openchamber.git $GITHUB_WORKSPACE/repo
git clone --depth 1 --branch custom gitea@giteassh.buzzbee.dev:BuzzbeeSCD/openchamber.git $GITHUB_WORKSPACE/repo
- name: Show revision
run: git -C $GITHUB_WORKSPACE/repo rev-parse --short HEAD
- name: Copy workspace to build dir