Skip to content

Commit c3ddd60

Browse files
committed
deploy to test arg doc
1 parent efd03e8 commit c3ddd60

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

local/etc/uceap.d/deploy-to-test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,14 @@ Deploys the code on Pantheon from DEV to TEST.
2222
2323
```bash
2424
uceap deploy-to-test
25+
uceap deploy-to-test --no-sync
2526
```
2627
2728
## Description
2829
2930
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.
3035
'

0 commit comments

Comments
 (0)