Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
add envs and secret variables for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sreevalsanmr committed May 7, 2024
1 parent 7db97eb commit ff6387f
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 32 deletions.
32 changes: 32 additions & 0 deletions .github/taskdef/gasstation-staging-taskdef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,35 @@ iac: terraform-workspace-aws-test-apps-eu-west-1-apps-gasstation-staging
team_name: product-apps
memory: 1024
cpu: 512
env_vars:
- name: SAFELOW
value: 0.25
- name: FASTEST
value: 10
- name: STANDARD
value: 2
- name: FAST
value: 5
- name: BUFFERSIZE
value: 1500
- name: PORT
value: 7000
- name: HOST
value: 0.0.0.0
- name: v2SAFE
value: 2
- name: v2STANDARD
value: 10
- name: v2FAST
value: 25
- name: HISTORY_BLOCKS
value: 15
- name: NODE_ENV
value: staging-testnet


secret_vars:
- ZKEVM_RPC
- POS_RPC
- AMOY_RPC
- CARDONA_RPC
10 changes: 0 additions & 10 deletions .github/taskdef/gasstation-testnet-staging-taskdef.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
required: false
type: string
description: "Core app name"
default: "gasstation-testnet"
default: "gasstation"

jobs:
set-env-variable:
Expand Down
File renamed without changes.
21 changes: 0 additions & 21 deletions .github/workflows/testnet-deployment.yml

This file was deleted.

0 comments on commit ff6387f

Please sign in to comment.