ci: fix secret key name and trigger Actions deployment
Some checks failed
Deploy Blog / build-and-deploy (push) Has been cancelled
Some checks failed
Deploy Blog / build-and-deploy (push) Has been cancelled
- Change secret name from R730_ed25519 to R730_ED25519 - Update changelog to trigger workflow
This commit is contained in:
parent
2b33a63c73
commit
67451fe925
@ -34,7 +34,7 @@ jobs:
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
mkdir -p ~/.ssh
|
||||
echo "${{ secrets.R730_ed25519 }}" > ~/.ssh/deploy_key
|
||||
echo "${{ secrets.R730_ED25519 }}" > ~/.ssh/deploy_key
|
||||
chmod 600 ~/.ssh/deploy_key
|
||||
ssh-keyscan -H 172.30.0.77 >> ~/.ssh/known_hosts
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ createTime: 2026/04/02 20:26:36
|
||||
## 26.04.05
|
||||
|
||||
1. 迁移gitea,启用act-runner功能
|
||||
2. 配置Gitea Actions自动部署工作流
|
||||
|
||||
## 26.04.03
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user