Skip to content

Commit 34fd610

Browse files
committed
ci: update prod-deploy.yml
Signed-off-by: riccardoperra <riccardo.perra@icloud.com>
1 parent c07761c commit 34fd610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,9 @@ jobs:
254254
env:
255255
DATABASE_URL: ${{ secrets.NEXT_DATABASE_URL }}
256256
RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
257+
257258
- name: Deploy to Railway
258259
run: |
259-
find -type f -name '.gitignore' -delete
260260
pnpm railway link --environment production $RAILWAY_API_PROJECT_ID
261261
cd dist/api-bundle
262262
pnpm railway up -s codeimage

0 commit comments

Comments
 (0)