fix deployment v4
Some checks failed
Deploy to Production / deploy (push) Failing after 1s

This commit is contained in:
2025-07-25 03:20:37 +03:00
parent ae0290145a
commit 25e53aa84e

View File

@@ -15,6 +15,7 @@ jobs:
mkdir -p /tmp/olaper
cd /tmp/olaper
apk update && apk add openssh
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 .
- name: Build Docker image