Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,10 @@
!packages/hypergraph-react/src
!packages/hypergraph-react/tsconfig.json
!packages/hypergraph-react/tsconfig.src.json
!packages/hypergraph-react/tsconfig.build.json
!packages/hypergraph-react/tsconfig.build.json

!packages/typesync/package.json
!packages/typesync/src
!packages/typesync/tsconfig.json
!packages/typesync/tsconfig.src.json
!packages/typesync/tsconfig.build.json
3 changes: 2 additions & 1 deletion .github/workflows/railway-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Railway Deploy
on:
push:
branches:
- main
- ng/debug-deploy
jobs:
deploy:
name: Deploy Sync Server
Expand All @@ -16,4 +16,5 @@ jobs:
- uses: actions/checkout@v4
# Update the cache mount ID in the Dockerfile to include the service-specific pnpm store
- run: sed -i 's|\(--mount=type=cache,id=\)workspace|\1${{ env.SVC_ID }}-pnpm-store|' Dockerfile
- run: cat Dockerfile
- run: railway up --service=${{ env.SVC_ID }}
Loading