summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-08-29 22:45:33 +0200
committeremkael <emkael@tlen.pl>2020-08-29 22:45:33 +0200
commitd65aa9c8e2d2ba6cf0c34319d75c88412d1ae3aa (patch)
treec1c90cf238ca164267b867be74586c9c1f9cfd11 /scripts
parentadce4974c9307cd72eee14a2daea3f1f912b55b5 (diff)
New SCP credentials/paths
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-all.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/generate-all.sh b/scripts/generate-all.sh
index 210161a..dac5f99 100755
--- a/scripts/generate-all.sh
+++ b/scripts/generate-all.sh
@@ -12,7 +12,7 @@ generate_playoff () {
echo "Generating $filename to $ftp_path..."
$python playoff.py ../../$filename.jtpo
echo "Uploading to $ftp_path..."
- scp $output_file pzbs:~/liga/$ftp_path
+ scp $output_file playoff@webserver.pzbs.pl:~/liga/$ftp_path
rm -f $output_file
echo "Done"
}
@@ -24,4 +24,3 @@ generate_playoff 2nw 2liga/nw/playoff.html
generate_playoff 2ne 2liga/ne/playoff.html
generate_playoff 2se 2liga/se/playoff.html
generate_playoff 2sw 2liga/sw/playoff.html
-