Files
monkeygg2.github.io/games/web-osu/upload.sh
T
2023-08-25 13:31:04 +05:30

6 lines
124 B
Bash

#!/bin/bash
bash ./release.sh
dir="osuweb-""$(cat .version)"
scp "$dir"".zip" root@osuserver:
ssh root@osuserver "./upd.sh"