We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c84c579 commit 2e02f9dCopy full SHA for 2e02f9d
1 file changed
docs/ibexa_cloud/install_on_ibexa_cloud.md
@@ -90,18 +90,18 @@ ibexa_cloud variable:create --level project --name env:COMPOSER_AUTH \
90
When you're done with configuration, push your project to the Platform.sh remote:
91
92
``` bash
93
-git push -u <platform.sh-remote> master
+git push -u <platform.sh-remote> main
94
```
95
96
You can also use the [[[= product_name_cloud =]] CLI](https://cli.ibexa.cloud/) to push your code.
97
98
99
-ibexa_cloud push master
+ibexa_cloud push main
100
101
102
!!! note
103
104
- `master` is the Platform.sh name for the production branch.
+ `main` is the Platform.sh name for the production branch.
105
106
!!! caution
107
0 commit comments