From 5e47c7c68ea0b8ecbb7fb3730ea26423bc67dd8c Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Mon, 3 Jan 2022 17:16:16 +0100 Subject: [PATCH] Adjust CI paths --- .github/workflows/rust.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ce4826fe..38c8e996 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -156,8 +156,8 @@ jobs: run: | echo "$SSH_KEY" > id_rsa chmod 600 id_rsa - ssh -o StrictHostKeyChecking=no -i id_rsa max@maxammann.org 'mkdir -p ~/public_html/mapr && find ~/public_html/mapr -type f -not -name ".htaccess" -delete' - rsync -e "ssh -o StrictHostKeyChecking=no -i id_rsa" -r "dist/demo/." max@maxammann.org:~/public_html/mapr/ + ssh -o StrictHostKeyChecking=no -i id_rsa max@maxammann.org 'mkdir -p ~/public_html/mapr/webgl && find ~/public_html/mapr/webgl -type f -not -name ".htaccess" -delete' + rsync -e "ssh -o StrictHostKeyChecking=no -i id_rsa" -r "dist/demo/." max@maxammann.org:~/public_html/mapr/webgl/ build-wasm-webgpu: runs-on: ubuntu-20.04 @@ -192,8 +192,8 @@ jobs: run: | echo "$SSH_KEY" > id_rsa chmod 600 id_rsa - ssh -o StrictHostKeyChecking=no -i id_rsa max@maxammann.org 'mkdir -p ~/public_html/mapr-webgpu && find ~/public_html/mapr-webgpu -type f -not -name ".htaccess" -delete' - rsync -e "ssh -o StrictHostKeyChecking=no -i id_rsa" -r "dist/demo/." max@maxammann.org:~/public_html/mapr-webgpu/ + ssh -o StrictHostKeyChecking=no -i id_rsa max@maxammann.org 'mkdir -p ~/public_html/mapr/webgpu && find ~/public_html/mapr/webgpu -type f -not -name ".htaccess" -delete' + rsync -e "ssh -o StrictHostKeyChecking=no -i id_rsa" -r "dist/demo/." max@maxammann.org:~/public_html/mapr/webgpu/ book: runs-on: ubuntu-20.04 @@ -226,5 +226,5 @@ jobs: run: | echo "$SSH_KEY" > id_rsa chmod 600 id_rsa - ssh -o StrictHostKeyChecking=no -i id_rsa max@maxammann.org 'mkdir -p ~/public_html/mapr-docs && find ~/public_html/mapr-docs -type f -not -name ".htaccess" -delete' - rsync -e "ssh -o StrictHostKeyChecking=no -i id_rsa" -r "book/." max@maxammann.org:~/public_html/mapr-docs/ + ssh -o StrictHostKeyChecking=no -i id_rsa max@maxammann.org 'mkdir -p ~/public_html/mapr/docs && find ~/public_html/mapr/docs -type f -not -name ".htaccess" -delete' + rsync -e "ssh -o StrictHostKeyChecking=no -i id_rsa" -r "book/." max@maxammann.org:~/public_html/mapr/docs/