Skip to content

Commit

Permalink
Canardoux server has been moved
Browse files Browse the repository at this point in the history
  • Loading branch information
Larpoux committed Nov 28, 2023
1 parent d44c93d commit 125dcef
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified .github/.DS_Store
Binary file not shown.
Binary file modified .gradle/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions bin/doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ tar czf _toto3.tgz flutter_sound flutter_sound_web flutter_sound_platform_interf
cd doc
tar czf ../_toto.tgz *
cd ..
scp bin/doc2.sh canardoux@canardoux.xyz:/var/www/vhosts/canardoux.xyz/bin
scp _toto.tgz canardoux@canardoux.xyz:/var/www/vhosts/canardoux.xyz/
scp _toto3.tgz canardoux@canardoux.xyz:/var/www/vhosts/canardoux.xyz/
ssh -p7822 canardoux@canardoux.xyz "bash /var/www/vhosts/canardoux.xyz/bin/doc2.sh"
..scp bin/doc2.sh canardoux@canardoux.xyz:/var/www/canardoux.xyz/bin
scp _toto.tgz canardoux@canardoux.xyz:/var/www/canardoux.xyz/
scp _toto3.tgz canardoux@canardoux.xyz:/var/www/canardoux.xyz/
ssh -p7822 canardoux@canardoux.xyz "bash /var/www/canardoux.xyz/bin/doc2.sh"
rm _toto.tgz _toto2.tgz _toto3.tgz 2>/dev/null

echo 'E.O.J'
echo 'E.O.J'
8 changes: 4 additions & 4 deletions bin/doc2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ if [ $? -ne 0 ]; then
exit -1
fi

rm -rf /var/www/vhosts/canardoux.xyz/flutter_sound.canardoux.xyz/*
cp -a /tmp/toto_doc/_site/* /var/www/vhosts/canardoux.xyz/flutter_sound.canardoux.xyz/
rm -rf /var/www/canardoux.xyz/flutter_sound.canardoux.xyz/*
cp -a /tmp/toto_doc/_site/* /var/www/canardoux.xyz/flutter_sound.canardoux.xyz/

cd ~/flutter_sound.canardoux.xyz/
echo "Symbolic links of the API"
Expand Down Expand Up @@ -90,6 +90,6 @@ if [ $? -ne 0 ]; then
fi
cd

rm -rf /var/www/vhosts/canardoux.xyz/flutter_sound.canardoux.xyz/web_example/
rm -rf /var/www/canardoux.xyz/flutter_sound.canardoux.xyz/web_example/
cp -a /tmp/toto_doc/flutter_sound/example/assets/samples/ /tmp/toto_doc/flutter_sound/example/assets/extract /tmp/toto_doc/flutter_sound/example/build/web/assets
cp -a /tmp/toto_doc/flutter_sound/example/build/web /var/www/vhosts/canardoux.xyz/flutter_sound.canardoux.xyz/web_example
cp -a /tmp/toto_doc/flutter_sound/example/build/web /var/www/canardoux.xyz/flutter_sound.canardoux.xyz/web_example
Binary file modified flutter_sound_platform_interface/.DS_Store
Binary file not shown.
Binary file modified flutter_sound_web/.DS_Store
Binary file not shown.

0 comments on commit 125dcef

Please sign in to comment.