Skip to content

Commit 69b8a1e

Browse files
author
bulldozer-balena[bot]
authored
Merge pull request #1529 from balena-io/vipul/patch-balenayml-v2
Hotfix: Update balena.yml v2
2 parents 5dee69b + 8e8c560 commit 69b8a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/learn/deploy/deploy-with-balena-button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can further customize the behavior of the **Deploy with {{ $names.company.lo
3838

3939
Through the use of a `balena.yml` config file, you may also provide application [configuration](/learn/manage/configuration/) and [environment](/learn/manage/serv-vars/) variables. If provided, they are pre-populated in the advanced modal dialog when using the **Deploy with {{ $names.company.lower }}** button.
4040

41-
The `balena.yml` is can be used if you are submitting your app to [balenaHub][balenaHub].
41+
The `balena.yml` file can also be used to provide additional metadata to be used if the app is submitted to [balenaHub][balenaHub].
4242

4343
The file should be named `balena.yml` and be located in the root of the project repository, or the `configUrl` link must be specified. A full example of the `balena.yml` file is shown below:
4444

@@ -80,7 +80,7 @@ data:
8080
* `description`: A description of what the application does. This is what is displayed if the application is published on [balenaHub][balenaHub].
8181
* `applicationEnvironmentVariables` - Environment variables allow you to provide runtime configuration without having to modify your source code.
8282
* `applicationConfigVariables` - Configuration variables allow you to provide runtime configuration to the host OS and supervisor. These variables all begin with `BALENA_` or `RESIN_`.
83-
* `defaultDeviceType` - The device type that will be pre-selected in the "Create application" modal. It defaults to Raspberry Pi 4 if not provided. You can find a list of [device types here](/reference/hardware/devices/).
83+
* `defaultDeviceType` - The device type that will be pre-selected in the "Create application" modal. It defaults to Raspberry Pi 4 if not provided. You can find a list of [device types](/reference/hardware/devices/) here.
8484
* `supportedDeviceType` - The device types that the application supports. You can find a list of [device types](/reference/hardware/devices/) here.
8585

8686
[balenaHub]:https://hub.balena.io

0 commit comments

Comments
 (0)