Compare commits

...

2 Commits

Author SHA1 Message Date
qzl 0c6c4cfa82 Merge pull request #11 from dev
Build production Docker image / build-backend-image (push) Failing after 2m33s
Build production Docker image / deploy-production (push) Has been skipped
ci: clone production workflow over ssh
2026-05-21 16:42:51 +08:00
zl-q 9f4cf9ef37 ci: clone production workflow over ssh 2026-05-21 16:42:23 +08:00
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- name: Check out repository
run: |
set -euo pipefail
git clone --depth 1 --branch "${GITHUB_REF_NAME:-main}" "${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}.git" .
git clone --depth 1 --branch "${GITHUB_REF_NAME:-main}" "ssh://git@www.qzselfz.cloud:2222/${GITHUB_REPOSITORY}.git" .
- name: Validate ECR configuration
run: |