7 lines
171 B
Bash
Executable File
7 lines
171 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -r ./public/fonts/vendor
|
|
rm ./public/{doks.png,doks.svg,logo-doks.png,site.webmanifest}
|
|
|
|
rsync -r --del -m ./public/* mig@falk.gh23.de:/var/www/localhost/
|