Skip to content

Commit

Permalink
capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
elthrasher committed Apr 10, 2023
1 parent 4940642 commit 6a4096a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import React from 'react';
function App() {
return (
<div className="App">
<div className="App-content">hello community!</div>
<div className="App-content">Hello community!</div>
</div>
);
}
Expand Down

0 comments on commit 6a4096a

Please sign in to comment.