Skip to content

Commit 1e48430

Browse files
app menu
1 parent fa3c07b commit 1e48430

3 files changed

Lines changed: 26 additions & 0 deletions

File tree

content/en/docs/refguide/modeling/menus/app-menu/create-deployment-package-dialog.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,32 @@ This is the uncompressed size of the deployment package (*.mda* file). You can f
2323
Unfortunately, from the error shown on the log during deployment, it is not always clear if the package size is a problem. But if you have issues deploying your app, the package size is one possible cause.
2424
{{% /alert %}}
2525

26+
## Portable Package
27+
28+
Here, you can decide whether you will create a portable deployment package.
29+
30+
A portable deployment package bundles your application code with all its necessary dependencies into a single, self-contained artifact. For more information about portable packages, see [Portable App Distribution](/developerportal/deploy/portable-app-distribution-deploy/).
31+
32+
{{< figure src="/attachments/refguide/modeling/menus/app-menu/create-deployment-package-dialog/create-portable-package.png" alt="Create Deployment Package dialog with the portable option selected" width="500" >}}
33+
34+
{{% alert color="info" %}}
35+
Unlike regular packages, portable packages are created as .zip files, in order to make their deployment more convenient for cloud environments. For more information about the structure and contents of the .zip file, see [Reference Guide for Portable Apps Distribution](/developerportal/deploy/portable-apps-distribution/reference/).
36+
{{% /alert %}}
37+
38+
## Options for Portable Packages
39+
40+
If you are creating a portable package, enter the information outlined below.
41+
42+
## Export Secrets
43+
44+
If you toggle the **Export secrets** option to **Yes**, the created package will include passwords and private constants. Enable or disable this option as required for your application
45+
46+
## File Name
47+
48+
The **Disk location** section displays the location where the deployment package will be saved. This is shown in the **File name** field. This is not editable.
49+
50+
All packages are placed in a **releases** directory inside your app directory. This directory is automatically ignored so that these packages are not committed to the repository. You can always recreate a deployment package (using the Studio Pro version you originally used), so there is no need to put them on the Team Server.
51+
2652
## Versioned
2753

2854
Here, you can decide whether you will create a versioned deployment package.
-174 KB
Loading
17.4 KB
Loading

0 commit comments

Comments
 (0)