screenshots now uploading
All checks were successful
/ Build BaseBand Website (push) Successful in 14s

This commit is contained in:
Daniella / Tove 2024-10-14 16:30:23 +02:00
parent 08f6693925
commit 94a2a388de
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -5,6 +5,6 @@
echo "$SSH_PRIVATEKEY" > ssh_key
chmod 700 ssh_key
scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" *.html *.spl *.css lorem-ipsum "root@$BB_HOST:$BB_PATH" &&
scp -o StrictHostKeyChecking=no -i ssh_key -P "$BB_PORT" *.html *.spl *.css *.png lorem-ipsum "root@$BB_HOST:$BB_PATH" &&
(ssh -o StrictHostKeyChecking=no -i ssh_key -p "$BB_PORT" "root@$BB_HOST" "cd $BB_PATH && bash reload.sh" || true)
rm ssh_key