Skip to content

Commit

Permalink
.github/workflows/pipeline.yml: fixed SSH_HOST_DOMAIN is empty
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-design committed Dec 18, 2023
1 parent 60f4c6c commit 7feff0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ jobs:

- name: Update playbook hosts
run: |
export SSH_HOST_DOMAIN="server.onwalk.net"
bash observability-platform-pre_setup.sh
env:
SSH_HOST_IP: ${{ steps.terraform-output.outputs.server }}
SSH_HOST_DOMAIN: server.onwalk.net
working-directory: playbook/

- name: Deploy ansible-playbook Observability Server
Expand Down Expand Up @@ -442,10 +442,10 @@ jobs:

- name: Update playbook hosts
run: |
export SSH_HOST_DOMAIN="app.onwalk.net"
bash observability-platform-pre_setup.sh
env:
SSH_HOST_IP: ${{ steps.terraform-output.outputs.app }}
SSH_HOST_DOMAIN: app.onwalk.net
working-directory: playbook/

- name: Deploy ansible-playbook Observability Agent
Expand Down

0 comments on commit 7feff0c

Please sign in to comment.