Skip to content

Commit 125dcef

Browse files
committed
Canardoux server has been moved
1 parent d44c93d commit 125dcef

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/.DS_Store

0 Bytes
Binary file not shown.

.gradle/.DS_Store

0 Bytes
Binary file not shown.

bin/doc.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ tar czf _toto3.tgz flutter_sound flutter_sound_web flutter_sound_platform_interf
1414
cd doc
1515
tar czf ../_toto.tgz *
1616
cd ..
17-
scp bin/doc2.sh canardoux@canardoux.xyz:/var/www/vhosts/canardoux.xyz/bin
18-
scp _toto.tgz canardoux@canardoux.xyz:/var/www/vhosts/canardoux.xyz/
19-
scp _toto3.tgz canardoux@canardoux.xyz:/var/www/vhosts/canardoux.xyz/
20-
ssh -p7822 canardoux@canardoux.xyz "bash /var/www/vhosts/canardoux.xyz/bin/doc2.sh"
17+
..scp bin/doc2.sh canardoux@canardoux.xyz:/var/www/canardoux.xyz/bin
18+
scp _toto.tgz canardoux@canardoux.xyz:/var/www/canardoux.xyz/
19+
scp _toto3.tgz canardoux@canardoux.xyz:/var/www/canardoux.xyz/
20+
ssh -p7822 canardoux@canardoux.xyz "bash /var/www/canardoux.xyz/bin/doc2.sh"
2121
rm _toto.tgz _toto2.tgz _toto3.tgz 2>/dev/null
2222

23-
echo 'E.O.J'
23+
echo 'E.O.J'

bin/doc2.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ if [ $? -ne 0 ]; then
4747
exit -1
4848
fi
4949

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

5353
cd ~/flutter_sound.canardoux.xyz/
5454
echo "Symbolic links of the API"
@@ -90,6 +90,6 @@ if [ $? -ne 0 ]; then
9090
fi
9191
cd
9292

93-
rm -rf /var/www/vhosts/canardoux.xyz/flutter_sound.canardoux.xyz/web_example/
93+
rm -rf /var/www/canardoux.xyz/flutter_sound.canardoux.xyz/web_example/
9494
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
95-
cp -a /tmp/toto_doc/flutter_sound/example/build/web /var/www/vhosts/canardoux.xyz/flutter_sound.canardoux.xyz/web_example
95+
cp -a /tmp/toto_doc/flutter_sound/example/build/web /var/www/canardoux.xyz/flutter_sound.canardoux.xyz/web_example
0 Bytes
Binary file not shown.

flutter_sound_web/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)