Compare commits
No commits in common. "master" and "dev" have entirely different histories.
@ -9,7 +9,7 @@ footer
|
|||||||
br
|
br
|
||||||
| All Rights Reserved.
|
| All Rights Reserved.
|
||||||
a(
|
a(
|
||||||
href='https://beian.miit.gov.cn',
|
href='https://beian.miit.gov.cn/#/Integrated/index',
|
||||||
target='_blank',
|
target='_blank',
|
||||||
rel='external nofollow',
|
rel='external nofollow',
|
||||||
style='color: #ccc; margin-left: 5px'
|
style='color: #ccc; margin-left: 5px'
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export NODE_OPTIONS=--openssl-legacy-provider
|
|
||||||
|
|
||||||
yarn run build
|
yarn run build
|
||||||
rsync -avr --delete-after --exclude ".git" --exclude "node_modules" . root@manage.wyr.me:/root/blog-client
|
rsync -avr --delete-after --exclude ".git" --exclude "node_modules" . root@manage.wyr.me:/root/blog-client
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user