Skip to content

Commit

Permalink
fix: oauth problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkey2011 committed Apr 17, 2021
1 parent f28aa6d commit 14bef38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ fi
# <access-token>:[email protected]
# DEPLOY_REPO="https://${ACCESS_TOKEN}@github.com/${REPOSITORY_NAME}.git"
DEPLOY_REPO="https://${ACCESS_TOKEN}:[email protected]/${REPOSITORY_NAME}.git"
echo 'dev!!!!!!!!!!!'
# [email protected]:jenkey2011/vuepress-deploy.git
if [ "$TARGET_LINK" ]; then
DEPLOY_REPO="$TARGET_LINK"
Expand Down

0 comments on commit 14bef38

Please sign in to comment.