We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b98c1f9 commit ff9d659Copy full SHA for ff9d659
1 file changed
local/etc/uceap.d/deploy-to-dev.sh
@@ -3,6 +3,7 @@ function deploy_to_dev() {
3
_deploy_code
4
sleep 60
5
terminus env:commit --force -y
6
+ terminus connection:set git -y
7
}
8
9
_deploy_to_dev_desc='deploys the local code to the Pantheon DEV environment'
0 commit comments