You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: products/paas/shopware/fundamentals/applications.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,15 +42,14 @@ To update your application, you need to run the following command, and provide t
42
42
sw-paas application update
43
43
```
44
44
45
-
This command initiates the build process, packaging your application and preparing it for deployment.
46
-
Then you need to deploy it, see below.
45
+
This command initiates the build process, wait until its done and run the deployment for you.
47
46
48
-
## Deploy your application
47
+
## Deploy a specific build of your application
49
48
50
-
To deploy your application and make your changes live, you need to run the following command:
49
+
To create a deployment with a specific build, use the following command:
51
50
52
51
```sh
53
-
sw-paas application deploy
52
+
sw-paas application deploy create
54
53
```
55
54
56
55
It will let you chose, which build you want to deploy.
@@ -61,13 +60,13 @@ This is very handy, since you chose any successful build to deploy. The lastest
61
60
To list all past deployments:
62
61
63
62
```sh
64
-
sw-paas application list-deployments
63
+
sw-paas application deploy list
65
64
```
66
65
67
66
To get details about a given deployment:
68
67
69
68
```sh
70
-
sw-paas application get-deployment
69
+
sw-paas application deploy get
71
70
```
72
71
73
72
## Plugin Management
@@ -153,11 +152,9 @@ This configuration ensures that all traffic to your custom domain is routed thro
153
152
Following domain creation, you must redeploy your application. You can do it by using:
154
153
155
154
```sh
156
-
sw-paas application deploy
155
+
sw-paas application deploy create
157
156
```
158
157
159
-
This process will be automated in future releases.
160
-
161
158
#### Shopware Configuration
162
159
163
160
Subsequently, you can configure the domain within Shopware and associate it with a storefront. Status update functionality is currently under development and should be considered a beta feature.
0 commit comments