We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e6899c commit 082f5cbCopy full SHA for 082f5cb
.ci/github/deploy_release_sites
@@ -3,7 +3,7 @@
3
set -eo pipefail
4
5
push_code() {
6
- git_path=$(terminus connection:info "$site_with_env" --field=git_url)
+ git_path=$(terminus connection:info "$site_machine_name".dev --field=git_url)
7
git remote add "$site_machine_name" "$git_path"
8
git fetch "$site_machine_name"
9
git push "$site_machine_name" "$RELEASE_BRANCH:$RELEASE_BRANCH" --force
0 commit comments