Skip to content

Commit 983060f

Browse files
authored
Merge pull request #5161 from platformsh/catplat-patch-1
Update build-deploy.md - fix typo
2 parents 05b6035 + a052235 commit 983060f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/upsun/src/learn/overview/build-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Once the app has gone through all of the build steps, it can connect to services
4949
The committed build hook runs in the build container.
5050
During this time, commands have write access to the file system, but there aren't connections to other containers (services and other apps).
5151

52-
For automated builds, you can use the [`CI` environment variable](/development/variables/use-variables.md#use-provided-variables) in build scripts and tooling to modify build behavior (for example, to disable attempts to connect to other containers during the build phase, or to disable interactivity). These modifications can help to prevent build failures..<br>
52+
For automated builds, you can use the [`CI` environment variable](/development/variables/use-variables.md#use-provided-variables) in build scripts and tooling to modify build behavior (for example, to disable attempts to connect to other containers during the build phase, or to disable interactivity). These modifications can help to prevent build failures.<br>
5353
You can also manually [cancel deployments stuck on the build hook](/environments/cancel-activity.md).
5454

5555
6. **Freeze app container**:

0 commit comments

Comments
 (0)