Skip to content

Fix broken deploy#27

Open
elliotBraem wants to merge 4 commits into
MultiAgency:mainfrom
elliotBraem:fix/upload
Open

Fix broken deploy#27
elliotBraem wants to merge 4 commits into
MultiAgency:mainfrom
elliotBraem:fix/upload

Conversation

@elliotBraem
Copy link
Copy Markdown
Contributor

No description provided.

name: Release Sync

on:
push:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

broken workflow

@@ -1,122 +0,0 @@
name: Release

on:
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was unused

Comment thread .github/renovate.json
@@ -1,57 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

children repo's don't need renovate

Comment thread api/rspack.config.js
const configPath = path.resolve(__dirname, "../bos.config.json");
const config = JSON.parse(fs.readFileSync(configPath, "utf8"));

if (config.app.api.name !== name) {
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was a workaround, removed

Comment thread docker-compose.yml
x-pg-common: &pg-common
image: postgres:17-alpine
environment: &pg-env
POSTGRES_USER: multiagency
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just keep consistent with parent -- when using same plugins and want same data access, this is what it sohuld be

Comment thread package.json
"publish": "node_modules/.bin/bos publish",
"typecheck": "bun run --cwd ui tsc --noEmit & bun run --cwd api tsc --noEmit & wait",
"typecheck": "bun run types:gen && if [ -d ui ]; then bun run --cwd ui typecheck; fi && if [ -d api ]; then bun run --cwd api typecheck; fi && if [ -d plugins ]; then for dir in plugins/*; do if [ -f \"$dir/package.json\" ]; then bun run --cwd \"$dir\" typecheck; fi; done; fi",
"lint": "biome check .",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typechecks whatever you got

Comment thread package.json
"format": "biome format --write .",
"format:check": "biome format .",
"start": "NODE_ENV=production bun ./node_modules/everything-dev/dist/cli.mjs start --port ${PORT:-3000} --env ${APP_ENV:-production} --no-interactive ${BOS_ACCOUNT:+--account $BOS_ACCOUNT}",
"start": "node_modules/.bin/bos start",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wanna make sure you have railway set up properly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant