Skip to content

Commit

Permalink
Merge pull request #166 from kloudlite/release-v1.0.5
Browse files Browse the repository at this point in the history
Added sync status, updated logs and app and minor bug fixes
  • Loading branch information
tulsiojha authored Mar 21, 2024
2 parents 471dfe0 + 54de939 commit 72c047e
Show file tree
Hide file tree
Showing 218 changed files with 8,382 additions and 4,248 deletions.
Empty file added .editorconfig
Empty file.
4 changes: 2 additions & 2 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tasks:
interactive: true
cmds:
- |
BASE_URL=gcp-production.kloudlite.io
BASE_URL=dev.kloudlite.io
COOKIE_DOMAIN=".kloudlite.io"
GATEWAY_URL="http://gateway.kloudlite.svc.cluster.local"
case {{.app}} in
Expand Down Expand Up @@ -159,7 +159,7 @@ tasks:
msg: "var tag must have a value"
silent: true
vars:
IMAGE: ghcr.io/kloudlite/platform/web/{{.app}}-web:{{.tag}}
IMAGE: ghcr.io/kloudlite/kloudlite/web/{{.app}}:{{.tag}}
cmds:
- docker build --build-arg APP={{.app}} . -t {{.IMAGE}}
- docker push {{.IMAGE}}
Expand Down
Loading

0 comments on commit 72c047e

Please sign in to comment.