Skip to content

Commit b508198

Browse files
committed
change initial morph_project.yml
1 parent dd7f183 commit b508198

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

core/morph/config/project.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,16 @@ def dump_project_yaml(project: MorphProject) -> str:
162162
deployment_provider = "aws"
163163

164164
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"}
165+
version: 1
168166
169167
# Framework Settings
170168
default_connection: {project.default_connection}
171169
source_paths:{source_paths}
172170
171+
# Cloud Settings
172+
# profile: {project.profile} # Defined in the Profile Section in `~/.morph/credentials`
173+
# project_id: {project.project_id or "null"}
174+
173175
# Build Settings
174176
build:
175177
# These settings are required when there is no Dockerfile in the project root.

0 commit comments

Comments
 (0)