Skip to content

v1.5.33 - The chatbot URL patch #59

v1.5.33 - The chatbot URL patch

v1.5.33 - The chatbot URL patch #59

on:
release:
types: [released]
concurrency:
group: environment-prd-enhanced-webhooks-${{ github.ref }}
cancel-in-progress: true
name: Deploy Production ECS Enhanced Webhooks
jobs:
deploy-prd:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: us-east-2
- name: Deploy Enhanced Infrastructure
run: |
npm ci
cd cdk-infra/
npm ci
npm run deploy:enhanced:webhooks -- -c env=prd -c customFeatureName=enhancedApp