• Joined on 2026-02-12
denis pushed to develop at denis/uchill 2026-02-12 23:28:22 +03:00
2cfd7f2ede fix: simplify health check script
denis pushed to develop at denis/uchill 2026-02-12 23:27:47 +03:00
e76f253c0a fix: make health check non-blocking
denis pushed to develop at denis/uchill 2026-02-12 23:27:30 +03:00
7868009195 fix: improve health check with retries
denis pushed to develop at denis/uchill 2026-02-12 23:26:53 +03:00
84668ca1e1 fix: make collectstatic non-blocking
denis pushed to develop at denis/uchill 2026-02-12 23:26:34 +03:00
e2dbbf52f3 fix: add permissions fix for collectstatic
denis pushed to develop at denis/uchill 2026-02-12 23:24:33 +03:00
d2d965d0e1 fix: use key directly without file path
denis pushed to develop at denis/uchill 2026-02-12 23:18:48 +03:00
c2af4652c0 fix: use absolute path /tmp/.ssh/deploy_key for SSH key
denis pushed to develop at denis/uchill 2026-02-12 23:18:03 +03:00
eb611e809d fix: use key directly in health check step
denis pushed to develop at denis/uchill 2026-02-12 23:15:47 +03:00
0ba0be36e6 fix: use key directly since secret is now working
denis pushed to develop at denis/uchill 2026-02-12 23:14:12 +03:00
b2ec252ae0 fix: use key directly since secret is now visible
denis pushed to develop at denis/uchill 2026-02-12 23:10:15 +03:00
4dde350e59 fix: use key_path with setup step for SSH key
denis pushed to develop at denis/uchill 2026-02-12 23:07:06 +03:00
5fe15456f6 debug: add env variable and debug output for SSH secret
denis pushed to develop at denis/uchill 2026-02-12 23:04:59 +03:00
5e9bbfcf8f fix: add debug step to check SSH secret
denis pushed to develop at denis/uchill 2026-02-12 23:04:07 +03:00
44b822aa11 test: verify SSH secret
denis pushed to develop at denis/uchill 2026-02-12 22:59:04 +03:00
bc1c1702ba test: verify SSH authentication with corrected key
denis pushed to develop at denis/uchill 2026-02-12 22:56:05 +03:00
56d2f752c4 fix: add use_insecure_cipher option for SSH
denis pushed to develop at denis/uchill 2026-02-12 22:54:36 +03:00
7a3fff73dd fix: use key directly instead of key_path
denis pushed to develop at denis/uchill 2026-02-12 22:53:51 +03:00
cfd891d41b fix: use /tmp/deploy_key absolute path
denis pushed to develop at denis/uchill 2026-02-12 22:53:34 +03:00
a02460aa09 fix: use $HOME instead of ~ for SSH key path
denis pushed to develop at denis/uchill 2026-02-12 22:52:30 +03:00
3181705968 fix: use key_path instead of key for SSH authentication