Skip to content

Commit

Permalink
✨ Adjust command to run migrations script in deployment.yaml (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkonush authored Aug 25, 2024
1 parent 5b3e8b4 commit 154bd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ecran/kustomize/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
initContainers:
- name: run-migrations
image: gitea.proompteng.ai/d/lab/ecran:main
command: ['npx', 'tsx', 'src/db/migrate.ts']
command: ['npx', 'tsx', './src/db/migrate.ts']
env:
- name: DB_URI
valueFrom:
Expand Down

0 comments on commit 154bd81

Please sign in to comment.