We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd7f183 commit b508198Copy full SHA for b508198
core/morph/config/project.py
@@ -162,14 +162,16 @@ def dump_project_yaml(project: MorphProject) -> str:
162
deployment_provider = "aws"
163
164
return f"""
165
-# Cloud Settings
166
-profile: {project.profile} # Defined in the Profile Section in `~/.morph/credentials`
167
-project_id: {project.project_id or "null"}
+version: 1
168
169
# Framework Settings
170
default_connection: {project.default_connection}
171
source_paths:{source_paths}
172
+# Cloud Settings
+# profile: {project.profile} # Defined in the Profile Section in `~/.morph/credentials`
173
+# project_id: {project.project_id or "null"}
174
+
175
# Build Settings
176
build:
177
# These settings are required when there is no Dockerfile in the project root.
0 commit comments