Skip to content

Commit 9e6a53b

Browse files
committed
Merge branch 'main' of https://github.com/lttle-cloud/docs into feature/styling
2 parents 5aa737d + 70b848b commit 9e6a53b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
LTTLE_JWT_TOKEN: ${{ secrets.LTTLE_JWT_TOKEN }}
5757
run: |
58-
lttle login --api "http://eu.lttle.cloud:5100" "$LTTLE_JWT_TOKEN"
58+
lttle login --api "https://eu.lttle.cloud" "$LTTLE_JWT_TOKEN"
5959
6060
- uses: actions/setup-node@v3
6161
with:

.github/workflows/remove-preview-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
LTTLE_JWT_TOKEN: ${{ secrets.LTTLE_JWT_TOKEN }}
2222
run: |
23-
lttle login --api "http://eu.lttle.cloud:5100" "$LTTLE_JWT_TOKEN"
23+
lttle login --api "https://eu.lttle.cloud" "$LTTLE_JWT_TOKEN"
2424
2525
- name: "Remove Preview Deployment"
2626
run: |

0 commit comments

Comments
 (0)