diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc9e15761..2d5284ad3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,4 +54,4 @@ jobs: token: ${{ secrets.SERVE_GITHUB_TOKEN }} repository: jina-ai/langchain-serve event-type: langflow-push - client-payload: '{"push_token": "${{ secrets.LCSERVE_PUSH_TOKEN }}", "branch": "dev"}' + client-payload: '{"push_token": "${{ secrets.LCSERVE_PUSH_TOKEN }}", "branch": "main"}' diff --git a/Makefile b/Makefile index fdb09a13e..15337f65b 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ lcserve_push: make build_frontend @version=$$(poetry version --short); \ lc-serve push --app langflow.lcserve:app --app-dir . \ - --image-name langflow --image-tag $${version} --verbose + --image-name langflow --image-tag $${version} --verbose --public lcserve_deploy: @:$(if $(uses),,$(error `uses` is not set. Please run `make uses=... lcserve_deploy`))