Skip to content

Commit c1e1305

Browse files
committed
disabled lh-server for now
1 parent a448d5d commit c1e1305

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/ci.reusable.lighthouse.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,5 @@ jobs:
108108
path: ./web/.lighthouseci
109109
- name: "Get current time"
110110
run: echo "LHCI_BUILD_CONTEXT__COMMIT_TIME=$(date '+%Y-%m-%d %H:%M:%S %z')" >> $GITHUB_ENV
111-
- run: npx lerna run lh:upload --scope "@dzcode.io/web"
111+
# @TODO-ZM: upload to grafana instead of lhci-server
112+
# - run: npx lerna run lh:upload --scope "@dzcode.io/web"

api/oracle-cloud/docker-compose.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ services:
2727
environment:
2828
POSTGRES_HOST_AUTH_METHOD: trust
2929
POSTGRES_DB: db
30-
31-
lhserver:
32-
image: patrickhulce/lhci-server
33-
restart: always
34-
ports:
35-
- "9001:9001"
36-
volumes:
37-
- /home/ubuntu/app-data/web/lh_data:/data

0 commit comments

Comments
 (0)