Skip to content

Commit 72c047e

Browse files
authored
Merge pull request #166 from kloudlite/release-v1.0.5
Added sync status, updated logs and app and minor bug fixes
2 parents 471dfe0 + 54de939 commit 72c047e

218 files changed

Lines changed: 8382 additions & 4248 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.editorconfig

Whitespace-only changes.

Taskfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tasks:
88
interactive: true
99
cmds:
1010
- |
11-
BASE_URL=gcp-production.kloudlite.io
11+
BASE_URL=dev.kloudlite.io
1212
COOKIE_DOMAIN=".kloudlite.io"
1313
GATEWAY_URL="http://gateway.kloudlite.svc.cluster.local"
1414
case {{.app}} in
@@ -159,7 +159,7 @@ tasks:
159159
msg: "var tag must have a value"
160160
silent: true
161161
vars:
162-
IMAGE: ghcr.io/kloudlite/platform/web/{{.app}}-web:{{.tag}}
162+
IMAGE: ghcr.io/kloudlite/kloudlite/web/{{.app}}:{{.tag}}
163163
cmds:
164164
- docker build --build-arg APP={{.app}} . -t {{.IMAGE}}
165165
- docker push {{.IMAGE}}

0 commit comments

Comments
 (0)