Skip to content

Remove useless css class. Icon was using the default nommal which i… #34

Remove useless css class. Icon was using the default nommal which i…

Remove useless css class. Icon was using the default nommal which i… #34

Workflow file for this run

name: Deploy Web App
on:
push:
branches:
- main
paths:
- 'apps/web/**'
- 'packages/**'
jobs:
deploy:
uses: ./.github/workflows/deploy-common.yml
with:
working-directory: apps/infra
stack-name: web-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 }}