We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee4ba0 commit 50ba454Copy full SHA for 50ba454
1 file changed
local/etc/uceap.d/deploy-to-dev.sh
@@ -2,7 +2,6 @@ function deploy_to_dev() {
2
export TERMINUS_ENV="dev"
3
_deploy_code
4
terminus env:commit --force -y
5
- terminus connection:set git -y
6
}
7
8
_deploy_to_dev_desc='deploys code from local filesystem to Pantheon DEV environment'
@@ -18,4 +17,4 @@ uceap deploy-to-dev
18
17
## Description
19
20
This command requires the `TERMINUS_SITE` and `DRUSH_TASK` environment variables to be set.
21
-'
+'
0 commit comments