Move rtun files to dyno

This commit is contained in:
mathiascode 2020-01-29 01:03:52 +02:00
parent 8b7ba156c6
commit 32d9225a6c

View file

@ -11,6 +11,10 @@ mkdir -p $BUILD_DIR/dtach/bin/
mv dtach $BUILD_DIR/dtach/bin/
cd ../../
# Move rtun files to the dyno
mv vendor/rtun $BUILD_DIR/rtun
# Move Java files to the dyno
mv vendor/java $BUILD_DIR/java