diff --git a/.gitea/workflows/deploy-claude-dev-dev.yml b/.gitea/workflows/deploy-claude-dev-dev.yml index 7875d02..7d0444e 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: ubuntu-latest + runs-on: nas steps: - name: Checkout repository run: | if [ ! -d .git ]; then - git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://172.21.0.4:3000/${GITHUB_REPOSITORY}.git" . + git clone --branch "${GITHUB_REF_NAME}" --depth=1 "http://localhost:3300/${GITHUB_REPOSITORY}.git" . fi - name: Resolve image tags