revert: Remove IP hardcode from workflow
Some checks failed
BotServer CI / build (push) Has been cancelled

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

View file

@ -76,10 +76,6 @@ 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