upgrade
This commit is contained in:
parent
8c3bb44cf8
commit
c1d8c639a3
@ -9,7 +9,7 @@ footer
|
||||
br
|
||||
| All Rights Reserved.
|
||||
a(
|
||||
href='https://beian.miit.gov.cn/#/Integrated/index',
|
||||
href='https://beian.miit.gov.cn',
|
||||
target='_blank',
|
||||
rel='external nofollow',
|
||||
style='color: #ccc; margin-left: 5px'
|
||||
|
@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
|
||||
yarn run build
|
||||
rsync -avr --delete-after --exclude ".git" --exclude "node_modules" . root@manage.wyr.me:/root/blog-client
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user