Compare commits
6 Commits
ea6e371414
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 33678d8544 | |||
|
|
25cfc95619 | ||
| 61e6b2a6a5 | |||
| 1be6eba844 | |||
|
|
8c407a5610 | ||
| a162ee7e9e |
@@ -53,4 +53,4 @@ jobs:
|
|||||||
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/blog.git" master:page
|
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/blog.git" master:page
|
||||||
- name: Deploy to Server
|
- name: Deploy to Server
|
||||||
run: |
|
run: |
|
||||||
curl -k -X POST "https://45.145.229.95:40606/hook?access_key=1XJG8IvYTSZVvD5dpm86GYIpQxgxBcucULnX1MFskZSKayXU"
|
curl -k -X POST "https://panel.biss.click/hook?access_key=1XJG8IvYTSZVvD5dpm86GYIpQxgxBcucULnX1MFskZSKayXU"
|
||||||
14
renovate.json
Normal file
14
renovate.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
],
|
||||||
|
"timezone": "Asia/Shanghai",
|
||||||
|
"enabledManagers": [
|
||||||
|
"npm"
|
||||||
|
],
|
||||||
|
"ignorePaths": [
|
||||||
|
"themes/**",
|
||||||
|
".gitea/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user