Skip to content

Commit

Permalink
this
Browse files Browse the repository at this point in the history
  • Loading branch information
bronifty committed Aug 24, 2024
1 parent 90bd419 commit 16c3d85
Show file tree
Hide file tree
Showing 72 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- name: Build and prepare services
run: |
cd ./cdk/src/services/common
cd ./services/common
make install
make clean
make build
Expand Down
2 changes: 1 addition & 1 deletion cdk/src/stacks/react-router-7-contacts-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export class ReactRouter7ContactsStack extends cdk.Stack {
super(scope, id, props);

const reactRouterDomain = "react-router-7-contacts.bronifty.org";
const projectRoot = `${FsUtils.getProjectRoot()}/src/services/react-router-7-contacts`;
const projectRoot = `${FsUtils.getProjectRoot()}/../services/react-router-7-contacts`;

const lambda = new cdk.aws_lambda_nodejs.NodejsFunction(
this,
Expand Down
2 changes: 1 addition & 1 deletion cdk/src/stacks/remix-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class RemixStack extends cdk.Stack {
super(scope, id, props);

const ssrDomain = "ssr.bronifty.org";
const projectRoot = `${FsUtils.getProjectRoot()}/src/services/vite-remix`;
const projectRoot = `${FsUtils.getProjectRoot()}/../services/vite-remix`;
const lambda = new cdk.aws_lambda_nodejs.NodejsFunction(
this,
"remix-lambda",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 16c3d85

Please sign in to comment.