Skip to content

Commit

Permalink
docs: removed mention about service_entrypoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Jul 22, 2024
1 parent 2645fd6 commit a168622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/framework/cloud-deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a168622

Please sign in to comment.