From a168622331e47a84fd2f0c984d295b0e651e453e Mon Sep 17 00:00:00 2001 From: Mateusz Russak Date: Mon, 22 Jul 2024 12:15:54 +0200 Subject: [PATCH] docs: removed mention about service_entrypoint.py --- docs/framework/cloud-deploy.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/cloud-deploy.mdx b/docs/framework/cloud-deploy.mdx index 9b45f7cad..b9452ba91 100644 --- a/docs/framework/cloud-deploy.mdx +++ b/docs/framework/cloud-deploy.mdx @@ -54,7 +54,7 @@ writer cloud deploy hello --env VAR1=value1 --env VAR2=value2 **Description:** - Deploys the app located in the `PATH` folder. -- Creates a deployment package, ignoring `.git` directories, Dockerfiles, and reserved filenames like `service_entrypoint.py`. +- Creates a deployment package, ignoring `.git` directories, `Dockerfile`s and all files specified in `.gitignore` file. - Uploads the package to the deployment server. - The deployed app will have access to specified environment variables. - By default, the `WRITER_API_KEY` environment variable will be added to enable AI features.