Skip to content

Commit 082f5cb

Browse files
authored
fix: always derive git info from dev environment
1 parent 4e6899c commit 082f5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/github/deploy_release_sites

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eo pipefail
44

55
push_code() {
6-
git_path=$(terminus connection:info "$site_with_env" --field=git_url)
6+
git_path=$(terminus connection:info "$site_machine_name".dev --field=git_url)
77
git remote add "$site_machine_name" "$git_path"
88
git fetch "$site_machine_name"
99
git push "$site_machine_name" "$RELEASE_BRANCH:$RELEASE_BRANCH" --force

0 commit comments

Comments
 (0)