mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-02-10 07:20:41 +01:00
minify
This commit is contained in:
parent
f503f3902d
commit
8e3948342d
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
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 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user