ci: Add hostname setup step
Some checks failed
BotServer CI / build (push) Has been cancelled

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-03-21 21:08:11 -03:00
parent 43f2eb7e5c
commit 4893a01375

View file

@ -76,6 +76,10 @@ jobs:
if: always()
run: sudo cp /tmp/build.log /tmp/botserver-$(date +%Y%m%d-%H%M%S).log || true
- name: Setup hostname
run: |
ssh -o StrictHostKeyChecking=no pragmatismo-system "echo '10.16.164.33 pragmatismo-system' >> /etc/hosts" 2>/dev/null || true
- name: Deploy via SSH
run: |
set +e