11
Some checks failed
Deploy to Production / deploy (push) Failing after 1s

This commit is contained in:
2025-07-25 03:26:30 +03:00
parent a73c714d88
commit b9e248c02e

View File

@@ -18,7 +18,7 @@ jobs:
mkdir -p ~/.ssh
chmod 700 ~/.ssh
ssh-keyscan -p 2222 10.25.100.250 >> ~/.ssh/known_hosts
git clone --branch prod ssh://git@10.25.100.250:2222/serty/olaper.git .
git clone --branch prod ssh://gitea@10.25.100.250:2222/serty/olaper.git .
- name: Build Docker image
run: |