Skip to content

Commit dca4b2e

Browse files
committed
debug deploy
1 parent daf7983 commit dca4b2e

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
@@ -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)