This commit is contained in:
parent
43f2eb7e5c
commit
4893a01375
1 changed files with 4 additions and 0 deletions
|
|
@ -76,6 +76,10 @@ jobs:
|
||||||
if: always()
|
if: always()
|
||||||
run: sudo cp /tmp/build.log /tmp/botserver-$(date +%Y%m%d-%H%M%S).log || true
|
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
|
- name: Deploy via SSH
|
||||||
run: |
|
run: |
|
||||||
set +e
|
set +e
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue