Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtiki committed Jun 14, 2024
1 parent 4ade776 commit 87ff596
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 30 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_ms_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,4 @@ jobs:
TF_VAR_GCP_CLOUD_RUN_TASK_COUNT: ${{ vars.GCP_CLOUD_RUN_TASK_COUNT }}
TF_VAR_LOKI_URL: ${{ vars.LOKI_URL }}
TF_VAR_LOKI_USERNAME: ${{ secrets.LOKI_USERNAME }}
TF_VAR_LOKI_PASSWORD: ${{ secrets.LOKI_PASSWORD }}
TF_VAR_GCP_CLOUD_RUN_TIMEOUT: ${{ vars.GCP_CLOUD_RUN_TIMEOUT }}
TF_VAR_GCP_CLOUD_RUN_MAX_RETRIES: ${{ vars.GCP_CLOUD_RUN_MAX_RETRIES }}
TF_VAR_LOKI_PASSWORD: ${{ secrets.LOKI_PASSWORD }}
54 changes: 27 additions & 27 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
runtime: nodejs18
entrypoint: yarn start:prod:inbox
env_variables:
NODE_ENV: prod
TRANSPORT: gcp
TRUST_PROXY: 1
GCP_PROJECT_ID: plated-mesh-423803-e0
GCP_CORE_SUBSCRIPTION: core-subscription
GCP_GPT_SUBSCRIPTION: gpt-subscription
GCP_OUTBOX_SUBSCRIPTION: outbox-subscription
GCP_CORE_TOPIC: core_queue
GCP_GPT_TOPIC: gpt_queue
GCP_OUTBOX_TOPIC: outbox_queue
GCP_REPLY_TOPIC: reply_queue
GCP_REPLY_SUBSCRIPTION: reply_subscription
build_env_variables:
GOOGLE_NODE_RUN_SCRIPTS: yarn build:prod:inbox
NODE_ENV: prod
TRANSPORT: gcp
TRUST_PROXY: 1
GCP_PROJECT_ID: plated-mesh-423803-e0
GCP_CORE_SUBSCRIPTION: core-subscription
GCP_GPT_SUBSCRIPTION: gpt-subscription
GCP_OUTBOX_SUBSCRIPTION: outbox-subscription
GCP_CORE_TOPIC: core_queue
GCP_GPT_TOPIC: gpt_queue
GCP_OUTBOX_TOPIC: outbox_queue
GCP_REPLY_TOPIC: reply_queue
GCP_REPLY_SUBSCRIPTION: reply_subscription
# env_variables:
# NODE_ENV: prod
# TRANSPORT: gcp
# TRUST_PROXY: 1
# GCP_PROJECT_ID: plated-mesh-423803-e0
# GCP_CORE_SUBSCRIPTION: core-subscription
# GCP_GPT_SUBSCRIPTION: gpt-subscription
# GCP_OUTBOX_SUBSCRIPTION: outbox-subscription
# GCP_CORE_TOPIC: core_queue
# GCP_GPT_TOPIC: gpt_queue
# GCP_OUTBOX_TOPIC: outbox_queue
# GCP_REPLY_TOPIC: reply_queue
# GCP_REPLY_SUBSCRIPTION: reply_subscription
# build_env_variables:
# GOOGLE_NODE_RUN_SCRIPTS: yarn build:prod:inbox
# NODE_ENV: prod
# TRANSPORT: gcp
# TRUST_PROXY: 1
# GCP_PROJECT_ID: plated-mesh-423803-e0
# GCP_CORE_SUBSCRIPTION: core-subscription
# GCP_GPT_SUBSCRIPTION: gpt-subscription
# GCP_OUTBOX_SUBSCRIPTION: outbox-subscription
# GCP_CORE_TOPIC: core_queue
# GCP_GPT_TOPIC: gpt_queue
# GCP_OUTBOX_TOPIC: outbox_queue
# GCP_REPLY_TOPIC: reply_queue
# GCP_REPLY_SUBSCRIPTION: reply_subscription

0 comments on commit 87ff596

Please sign in to comment.