From 6a4096a9d14e31a48adac3e3d88f797e4f31757f Mon Sep 17 00:00:00 2001 From: Matt Morgan Date: Mon, 10 Apr 2023 16:38:14 -0400 Subject: [PATCH] capitalization --- .github/workflows/deploy.yml | 5 +++-- src/App.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 500460c..257ac7b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,11 +23,12 @@ jobs: with: node-version: 18 cache: 'npm' + - name: install + run: npm ci - name: configure AWS credentials uses: aws-actions/configure-aws-credentials@master with: role-to-assume: arn:aws:iam::447002520154:role/github-oidc-stack-DeployRole885297C3-1VVRDT551FCCC aws-region: eu-west-1 - name: cdk deploy - run: | - npm ci && npm run deploy + run: npm run deploy diff --git a/src/App.tsx b/src/App.tsx index efde450..4980b21 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -5,7 +5,7 @@ import React from 'react'; function App() { return (
-
hello community!
+
Hello community!
); }