Skip to content

Commit 28d581a

Browse files
committed
debug deploy
1 parent daf7983 commit 28d581a

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

.dockerignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,10 @@
3939
!packages/hypergraph-react/src
4040
!packages/hypergraph-react/tsconfig.json
4141
!packages/hypergraph-react/tsconfig.src.json
42-
!packages/hypergraph-react/tsconfig.build.json
42+
!packages/hypergraph-react/tsconfig.build.json
43+
44+
!packages/typesync/package.json
45+
!packages/typesync/src
46+
!packages/typesync/tsconfig.json
47+
!packages/typesync/tsconfig.src.json
48+
!packages/typesync/tsconfig.build.json

.github/workflows/railway-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Railway Deploy
22
on:
33
push:
44
branches:
5-
- main
5+
- ng/debug-deploy
66
jobs:
77
deploy:
88
name: Deploy Sync Server
@@ -16,4 +16,5 @@ jobs:
1616
- uses: actions/checkout@v4
1717
# Update the cache mount ID in the Dockerfile to include the service-specific pnpm store
1818
- run: sed -i 's|\(--mount=type=cache,id=\)workspace|\1${{ env.SVC_ID }}-pnpm-store|' Dockerfile
19+
- run: cat Dockerfile
1920
- run: railway up --service=${{ env.SVC_ID }}

0 commit comments

Comments
 (0)