Skip to content

Commit

Permalink
Try deploying to root of S3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Nov 22, 2023
1 parent c3cd0c5 commit 68002ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
npm run build

- name: Upload benchmark file to S3
run: aws s3 sync dist s3://smart-forms-ehr-app/ehr/
run: aws s3 sync dist s3://smart-forms-ehr-app/
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {

const router = createBrowserRouter([
{
path: "/ehr",
path: "/",
element: <DashboardLayout />,
children: [
{
Expand Down

0 comments on commit 68002ee

Please sign in to comment.