mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 06:34:17 +00:00
8 lines
184 B
Bash
Executable file
8 lines
184 B
Bash
Executable file
#!/bin/sh
|
|
ssh voc@lb.dus.c3voc.de 'sudo sh' << EOT
|
|
cd /srv/nginx/streaming-website
|
|
git fetch origin
|
|
git reset --hard origin/master
|
|
chown -R voc:staff .
|
|
chown -R downloader configs
|
|
EOT
|