Skip to content

Commit 7be22fd

Browse files
Explains limitations of GitHub deployment (#2791)
Adds additional information about AWS CodeDeploy deployments and unversioned files. Co-authored-by: Michał Rybiński <[email protected]>
1 parent a869f40 commit 7be22fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user/deployment/codedeploy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ deploy:
106106

107107
Please note that `region` should match the instance region on which codedeploy is configured.
108108

109+
Also note that GitHub deployments target a specific commit, and any unversioned files will not be deployed. If you need to add unversioned files to your deployment, use an S3 deployment instead.
110+
109111
## Waiting for Deployments
110112

111113
By default, the build will continue immediately after triggering a CodeDeploy deploy. To wait for the deploy to complete, use the **wait_until_deployed** option:

0 commit comments

Comments
 (0)