We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efd3819 commit d990304Copy full SHA for d990304
.github/workflows/railway-deploy.yml
@@ -15,5 +15,5 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
# 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
+ - run: sed -i 's|\(--mount=type=cache,id=\)workspace|\1s/${{ env.SVC_ID }}-pnpm-store|' Dockerfile
19
- run: railway up --service=${{ env.SVC_ID }}
0 commit comments