Skip to content

Develop - #60

Open
SpyCrypto wants to merge 7 commits into
mainfrom
develop
Open

Develop#60
SpyCrypto wants to merge 7 commits into
mainfrom
develop

Conversation

@SpyCrypto

Copy link
Copy Markdown
Owner

No description provided.

@netlify

netlify Bot commented Jul 4, 2026

Copy link
Copy Markdown

Deploy Preview for autodiscoverylegal failed.

Name Link
🔨 Latest commit 2dcdb77
🔍 Latest deploy log https://app.netlify.com/projects/autodiscoverylegal/deploys/6a4e8842b2042f000857d61c

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7216905d3b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
Comment on lines 6 to 9
"workspaces": [
"autodiscovery-cli",
"autodiscovery-contract",
"frontend-demoland-vite-react",
"frontend-realdeal"
"frontend-demoland-vite-react"
],

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Restore the removed workspaces

The repo still contains autodiscovery-cli and frontend-realdeal and existing production Docker/compose paths still build them, but this workspace list no longer exposes either package to root npm commands. After this change, npm pkg get name --workspace=frontend-realdeal and npm run ... --workspace=autodiscovery-cli report No workspaces found, so root installs/builds only the contract and Demoland packages and the existing CLI/RealDeal workflows become unusable. Keep these packages in workspaces or update the deployment paths that still rely on them.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

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

do I require demoland?

services:
# Frontend Demoland - React application with nginx (v6.4.1 + React 19 + Tailwind 4)
frontend:
image: autodiscovery-preview:latest

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Point Compose at the pushed GHCR image

The deploy job pulls ghcr.io/${{ github.repository }}/autodiscovery-preview:main/:latest before running docker compose, but this Compose file starts the unqualified local tag autodiscovery-preview:latest instead. On a fresh server Compose will try to run or pull that different tag, and on a reused server it can restart a stale local image, so the image built by CI is not what gets deployed. Use the same GHCR image/tag here or parameterize it from the deploy script.

Useful? React with 👍 / 👎.

Comment on lines +55 to +57
if: github.ref == 'refs/heads/main' && github.event.inputs.environment == 'production'
environment: production
needs: deploy-staging

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Make production deploy conditions reachable

Production currently has no path to the SSH deploy step. For the workflow_run trigger on main, github.event.inputs.environment is unset, so this if is false; for a manual run with environment=production, deploy-staging is skipped because its condition only accepts develop/staging, and this job is then skipped because it needs that skipped job. Split the workflow_run/manual conditions or make the dependency run/continue for production dispatches.

Useful? React with 👍 / 👎.

Comment thread .github/workflows/build.yml
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