Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92c1f29843 | |||
| d42a5422db | |||
| 85ca387877 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user