v6
Some checks failed
Deploy to Production / deploy (push) Failing after 3s

This commit is contained in:
2025-07-25 03:44:02 +03:00
parent b9e248c02e
commit 56db68768b

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://gitea@10.25.100.250:2222/serty/olaper.git .
git clone --branch prod ssh://git@10.25.100.250:2222/serty/olaper.git .
- name: Build Docker image
run: |