...
Or add it from beginning if the app is new | then Save | 🕐 Wait some minutes so something actually gets written and propagated |
Panel |
---|
panelIconId | 1f7f0 |
---|
panelIcon | :heavy_equals_sign: |
---|
panelIconText | 🟰 |
---|
bgColor | #FF8F73 |
---|
|
The apps Name and Azure Environment Name must match exactly the values of the deployed app. If they do not match, no logs will be shown! Note that the _ in the example changes with -. |
| Deploying Action | In the App Repository |
---|
Works | Code Block |
---|
uses: Unique-AG/sdk-deploy-action@v3 # >v3
with:
module: my_own_app
environment: playground |
| Name: my-own-app Azure Environment Name: playground |
Does not work 🤯 | Code Block |
---|
uses: Unique-AG/sdk-deploy-action@v3 # >v3
with:
module: my_own_app
environment: playground |
| Name: my-own-app Azure Environment Name: proid |
Does not work 🤯 | Code Block |
---|
uses: Unique-AG/sdk-deploy-action@v3 # >v3
with:
module: my_own_app
environment: playground |
| Name: joke-teller-app Azure Environment Name: playground |
Specs
The logs clear use case is debugging and secure development of apps.
...