We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efd03e8 commit c3ddd60Copy full SHA for c3ddd60
1 file changed
local/etc/uceap.d/deploy-to-test.sh
@@ -22,9 +22,14 @@ Deploys the code on Pantheon from DEV to TEST.
22
23
```bash
24
uceap deploy-to-test
25
+uceap deploy-to-test --no-sync
26
```
27
28
## Description
29
30
This command requires the `TERMINUS_SITE` and `DRUSH_TASK` environment variables to be set.
31
+
32
+Deploying to TEST will automatically copy database and files from LIVE to TEST.
33
34
+Add the "--no-sync" argument to skip content synchronization.
35
'
0 commit comments