Skip to content

Enable connection and add console.logs to debug websockets in workers… #84

Enable connection and add console.logs to debug websockets in workers…

Enable connection and add console.logs to debug websockets in workers… #84

name: Deploy Gateway
on:
push:
branches:
- main
paths:
- 'apps/gateway/**'
- 'apps/infra/src/deployments/gateway.ts'
- 'apps/infra/src/deployments/shared.ts'
- 'packages/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
deployment:
uses: ./.github/workflows/deploy-common.yml
with:
working-directory: apps/infra
stack-name: gateway-production
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
ARN_OF_IAM_ROLE_TO_ASSUME: ${{ secrets.ARN_OF_IAM_ROLE_TO_ASSUME }}
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_CONFIG_PASSPHRASE }}