Skip to content

Commit d990304

Browse files
authored
fix server deploy (#425)
1 parent efd3819 commit d990304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/railway-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
# 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
18+
- run: sed -i 's|\(--mount=type=cache,id=\)workspace|\1s/${{ env.SVC_ID }}-pnpm-store|' Dockerfile
1919
- run: railway up --service=${{ env.SVC_ID }}

0 commit comments

Comments
 (0)