diff --git a/.gitea/workflows/deploy-claude-dev-dev.yml b/.gitea/workflows/deploy-claude-dev-dev.yml index 7d0444e..54cedbd 100644 --- a/.gitea/workflows/deploy-claude-dev-dev.yml +++ b/.gitea/workflows/deploy-claude-dev-dev.yml @@ -17,12 +17,12 @@ concurrency: jobs: deploy-claude-dev-dev: - runs-on: nas + runs-on: ubuntu-latest steps: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://localhost:3300/${GITHUB_REPOSITORY}.git" . + git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://host.docker.internal:3300/${GITHUB_REPOSITORY}.git" . fi - name: Resolve image tags diff --git a/claude-dev/.trigger-ci b/claude-dev/.trigger-ci new file mode 100644 index 0000000..e69de29