Skip to content

Commit 747ca70

Browse files
roujalunika
authored andcommitted
🐛(ci) fix Tilt resources dependencies
The Tilt stack was not starting properly due to dependency issues. We need to wait for PostgreSQL to be running before starting the migration.
1 parent 9374495 commit 747ca70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/Tiltfile

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ docker_build(
3939
]
4040
)
4141

42+
k8s_resource('impress-docs-backend-migrate', resource_deps=['postgres-postgresql'])
43+
k8s_resource('impress-docs-backend-createsuperuser', resource_deps=['impress-docs-backend-migrate'])
44+
k8s_resource('impress-docs-backend', resource_deps=['impress-docs-backend-migrate'])
4245
k8s_yaml(local('cd ../src/helm && helmfile -n impress -e dev template .'))
4346

4447
migration = '''

0 commit comments

Comments
 (0)