File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -170,23 +170,15 @@ This creates a secret set called `quickstart-secrets` (matching your TOML file)
170
170
171
171
### Build and deploy
172
172
173
- 1 . Update build script
174
-
175
- Edit ` build.sh ` and update the ` DOCKER_USERNAME ` variable with your Docker Hub username:
176
-
177
- ``` bash
178
- DOCKER_USERNAME=" YOUR_DOCKERHUB_USERNAME" # 👈 Update this line
179
- ```
180
-
181
- 2 . Build and push your Docker image
173
+ 1 . Build and push your Docker image
182
174
183
175
``` bash
184
- ./ build.sh
176
+ uv run pcc docker build-push
185
177
```
186
178
187
- This builds your Docker image and pushes it to Docker Hub.
179
+ This builds your Docker image and pushes it to Docker Hub based on the ` image ` information in your ` pcc-deploy.toml ` file .
188
180
189
- 3 . Deploy to Pipecat Cloud
181
+ 2 . Deploy to Pipecat Cloud
190
182
191
183
``` bash
192
184
uv run pcc deploy
You can’t perform that action at this time.
0 commit comments