Skip to content

Commit

Permalink
Adjust deployment git url.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisnissle committed Jan 26, 2022
1 parent 4a684ef commit 48dce29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ done

# Set deploy variables
SVN_REPO="http://plugins.svn.wordpress.org/${PLUGIN_SLUG}/"
GIT_REPO="https://${GITHUB_ORG}@github.com/${GITHUB_ORG}/${PLUGIN_SLUG}.git"
GIT_REPO="git@github.com:${GITHUB_ORG}/${PLUGIN_SLUG}.git"
SVN_PATH="${BUILD_PATH}/${PLUGIN_SLUG}-svn"
GIT_PATH="${BUILD_PATH}/${PLUGIN_SLUG}-git"

Expand Down

0 comments on commit 48dce29

Please sign in to comment.