You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/00-deployment-verification.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ jobs:
29
29
30
30
- name: Modify /etc/hosts for internal routing
31
31
run: |
32
-
echo "127.0.0.1 zabbix.heyvaldemar.net" | sudo tee -a /etc/hosts
32
+
echo "127.0.0.1 dashboard.zabbix.heyvaldemar.net" | sudo tee -a /etc/hosts
33
33
echo "127.0.0.1 traefik.zabbix.heyvaldemar.net" | sudo tee -a /etc/hosts
34
34
35
35
- name: Print Docker Compose services status
@@ -38,7 +38,7 @@ jobs:
38
38
- name: Wait for the application to be ready via Traefik
39
39
run: |
40
40
echo "Checking the routing and availability of application via Traefik..."
41
-
timeout 5m bash -c 'while ! curl -fsSLk "https://zabbix.heyvaldemar.net"; do echo "Waiting for the application to be ready..."; sleep 10; done'
41
+
timeout 5m bash -c 'while ! curl -fsSLk "https://dashboard.zabbix.heyvaldemar.net"; do echo "Waiting for the application to be ready..."; sleep 10; done'
0 commit comments