Skip to content

Commit

Permalink
Update deploy_pitchlake_ui.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv035 authored Nov 22, 2024
1 parent 3fd6089 commit d3e1331
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/deploy_pitchlake_ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ env:
ECS_CLUSTER: pitchlake-ui-new-ecs-cluster
CONTAINER_NAME: pitchlake-ui-new
TASK_NAME: pitchlake-ui-new-app
NODE_ENV: production
PORT: ${PORT}
NEXT_PUBLIC_VAULT_ADDRESS: ${NEXT_PUBLIC_VAULT_ADDRESS}
NEXT_PUBLIC_API_URL: ${NEXT_PUBLIC_API_URL}
NEXT_PUBLIC_ENVIRONMENT: ${NEXT_PUBLIC_ENVIRONMENT}
NEXT_PUBLIC_RPC_URL_MAINNET: ${NEXT_PUBLIC_RPC_URL_MAINNET}
NEXT_PUBLIC_RPC_URL_SEPOLIA: ${NEXT_PUBLIC_RPC_URL_SEPOLIA}
NEXT_PUBLIC_RPC_URL_DEVNET: ${NEXT_PUBLIC_RPC_URL_DEVNET}
NEXT_PUBLIC_RPC_URL_JUNO_DEVNET: ${NEXT_PUBLIC_RPC_URL_JUNO_DEVNET}
NEXT_PUBLIC_WS_URL: ${NEXT_PUBLIC_WS_URL}
FOSSIL_API_KEY: ${FOSSIL_API_KEY}
NEXT_PUBLIC_FOSSIL_API_URL: ${NEXT_PUBLIC_FOSSIL_API_URL}

permissions:
id-token: write
Expand Down Expand Up @@ -79,4 +91,4 @@ jobs:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ env.ECS_SERVICE }}
cluster: ${{ env.ECS_CLUSTER }}
wait-for-service-stability: true
wait-for-service-stability: true

0 comments on commit d3e1331

Please sign in to comment.