mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
changing the build behavior in the aws cloudformation template from [… (#247)
changing the build behavior in the aws cloudformation template from [scripts-user, always] to [scripts-user, once-per-instance] so the userdata script is not run every time the server boots.
This commit is contained in:
parent
ce6951b21f
commit
e4a5fe5971
2 changed files with 4 additions and 4 deletions
cloud-deployments/aws/cloudformation
|
@ -70,7 +70,7 @@
|
|||
"\n",
|
||||
"#cloud-config\n",
|
||||
"cloud_final_modules:\n",
|
||||
"- [scripts-user, always]\n",
|
||||
"- [scripts-user, once-per-instance]\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"--//\n",
|
||||
|
@ -260,4 +260,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -70,7 +70,7 @@
|
|||
"\n",
|
||||
"#cloud-config\n",
|
||||
"cloud_final_modules:\n",
|
||||
"- [scripts-user, always]\n",
|
||||
"- [scripts-user, once-per-instance]\n",
|
||||
"\n",
|
||||
"\n",
|
||||
"--//\n",
|
||||
|
@ -252,4 +252,4 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue