1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-28 04:17:38 +00:00

Update configuration to match latest illuaminate

Ooooooh, it's all fancy now. Well, that or horrifically broken.
This commit is contained in:
Jonathan Coates
2020-10-27 22:19:28 +00:00
parent 61fb4caaad
commit 113b560a20
4 changed files with 7 additions and 215 deletions

View File

@@ -12,5 +12,5 @@ chmod 600 "$HOME/.ssh/key"
# And upload
rsync -avc -e "ssh -i $HOME/.ssh/key -o StrictHostKeyChecking=no -p $SSH_PORT" \
"$GITHUB_WORKSPACE/doc/" \
"$GITHUB_WORKSPACE/doc/out/" \
"$SSH_USER@$SSH_HOST:/var/www/tweaked.cc/$DEST"