We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9374495 commit 747ca70Copy full SHA for 747ca70
bin/Tiltfile
@@ -39,6 +39,9 @@ docker_build(
39
]
40
)
41
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'])
45
k8s_yaml(local('cd ../src/helm && helmfile -n impress -e dev template .'))
46
47
migration = '''
0 commit comments