Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump braces and hexo-fs #44

Open
wants to merge 2 commits into
base: hexo
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/hexo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Asuri Robot"
sed -i "[email protected]:Asuri-Team/Asuri-Team.github.io.git~https://${{secrets.REPO_TOKEN}}:[email protected]/Asuri-Team/Asuri-Team.github.io.git~" _config.yml
npm run deploy
sed -i "s~sftp-password-placeholder~${{secrets.RSYNC_PASSWORD}}~" _config.yml
npm run deploy
7 changes: 6 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ skip_render:
# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
- type: git
repo: [email protected]:Asuri-Team/Asuri-Team.github.io.git
branch: master
- type: 'sftp'
host: asuri.club
user: hexo-deployer
pass: sftp-password-placeholder
remotePath: /opt/asuri-blog
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.