mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-21 05:10:03 +08:00
cd: eu
This commit is contained in:
parent
02a219a470
commit
b4b99f0096
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
@ -73,3 +73,9 @@ jobs:
|
||||
- name: Deploy SEARCH with Tag
|
||||
run: |
|
||||
gcloud beta run deploy search --image us-docker.pkg.dev/reader-6b7dc/jina-reader/reader@${{steps.container.outputs.imageid}} --tag ${{ env.RELEASE_VERSION }} --command '' --args build/stand-alone/search.js --region us-central1 --async --min-instances 0 --deploy-health-check --use-http2
|
||||
- name: Deploy CRAWL-EU with Tag
|
||||
run: |
|
||||
gcloud beta run deploy crawl-eu --image us-docker.pkg.dev/reader-6b7dc/jina-reader/reader@${{steps.container.outputs.imageid}} --tag ${{ env.RELEASE_VERSION }} --command '' --args build/stand-alone/crawl.js --region europe-west1 --async --min-instances 0 --deploy-health-check --use-http2
|
||||
- name: Deploy SEARCH-EU with Tag
|
||||
run: |
|
||||
gcloud beta run deploy search-eu --image us-docker.pkg.dev/reader-6b7dc/jina-reader/reader@${{steps.container.outputs.imageid}} --tag ${{ env.RELEASE_VERSION }} --command '' --args build/stand-alone/search.js --region europe-west1 --async --min-instances 0 --deploy-health-check --use-http2
|
22
.vscode/launch.json
vendored
22
.vscode/launch.json
vendored
@ -60,6 +60,28 @@
|
||||
"preLaunchTask": "Backend:build:watch",
|
||||
"killBehavior": "forceful"
|
||||
},
|
||||
{
|
||||
"name": "Debug Stand Alone Crawl - EU",
|
||||
"request": "launch",
|
||||
"runtimeArgs": [
|
||||
"--env-file=.secret.local",
|
||||
],
|
||||
"env": {
|
||||
"GCLOUD_PROJECT": "reader-6b7dc",
|
||||
"FIRESTORE_DATABASE": "reader-eu",
|
||||
"GCP_STORAGE_BUCKET": "reader-eu",
|
||||
"LD_PRELOAD": "/usr/local/lib/libcurl-impersonate-chrome.dylib"
|
||||
},
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "build/stand-alone/crawl.js",
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
],
|
||||
"type": "node",
|
||||
"outputCapture": "std",
|
||||
"preLaunchTask": "Backend:build:watch",
|
||||
"killBehavior": "forceful"
|
||||
},
|
||||
{
|
||||
"name": "Debug Stand Alone Search",
|
||||
"request": "launch",
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit f7d65a8b12fa32d3d6fa46585d73693cba7b14e3
|
||||
Subproject commit 4b1061e6e9623bb98b82ac6f86004988c7211385
|
Loading…
x
Reference in New Issue
Block a user