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!
); }