Skip to content

Commit

Permalink
Update deploy_aliyun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abnerlee authored Mar 25, 2024
1 parent 878f3af commit 701d94f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_aliyun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ jobs:
ssh-add ~/.ssh/id_rsa_ec2
# SETUP GIT
rm -rf .git
git init
git init -b master
git config --global user.email "[email protected]"
git config --global user.name "Typora"
git remote add a [email protected]:theme
sed -i 's/rubygems.org/gems.ruby-china.com/g' Gemfile
git add .
git commit -m "update Gemfile"
git checkout -b master
env:
PEM_KEY: ${{secrets.ALIYUN_PEM}}

Expand Down

0 comments on commit 701d94f

Please sign in to comment.