forked from extern/doc.rustdesk.com
clean then push
This commit is contained in:
parent
db345a5f11
commit
3c478f840b
@ -2,6 +2,6 @@
|
|||||||
hugo --minify
|
hugo --minify
|
||||||
cd public; tar czf x *
|
cd public; tar czf x *
|
||||||
scp x sg:/tmp/
|
scp x sg:/tmp/
|
||||||
ssh sg "sudo tar xzf /tmp/x -C /var/www/html/rustdesk.com/docs/ && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/rustdesk.com/docs/ -R"
|
ssh sg "sudo rm -rf /var/www/html/rustdesk.com/docs/* && sudo tar xzf /tmp/x -C /var/www/html/rustdesk.com/docs/ && /bin/rm /tmp/x && sudo chown www-data:www-data /var/www/html/rustdesk.com/docs/ -R"
|
||||||
/bin/rm x
|
/bin/rm x
|
||||||
cd -
|
cd -
|
||||||
|
Loading…
Reference in New Issue
Block a user