Skip to content

Commit 5eb7282

Browse files
committed
fix server deploy
1 parent efd3819 commit 5eb7282

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/railway-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- ng/fix-server
67
jobs:
78
deploy:
89
name: Deploy Sync Server
@@ -15,5 +16,5 @@ jobs:
1516
steps:
1617
- uses: actions/checkout@v4
1718
# Update the cache mount ID in the Dockerfile to include the service-specific pnpm store
18-
- run: sed -i 's|\(--mount=type=cache,id=\)workspace|\1${{ env.SVC_ID }}-pnpm-store|' Dockerfile
19+
- run: sed -i 's|\(--mount=type=cache,id=\)workspace|\1s/${{ env.SVC_ID }}-pnpm-store|' Dockerfile
1920
- run: railway up --service=${{ env.SVC_ID }}

0 commit comments

Comments
 (0)