Преглед на файлове

refresh the root index of build.haxe.org

Andy Li преди 8 години
родител
ревизия
68feab3ba5
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      tests/runci/Deployment.hx

+ 3 - 0
tests/runci/Deployment.hx

@@ -223,6 +223,9 @@ class Deployment {
 		}
 		Indexer.index('$S3_HXBUILDS_ADDR/$kind/');
 		runCommand('aws s3 cp --region us-east-1 index.html "$S3_HXBUILDS_ADDR/$kind/index.html"');
+
+		Indexer.index('$S3_HXBUILDS_ADDR/');
+		runCommand('aws s3 cp --region us-east-1 index.html "$S3_HXBUILDS_ADDR/index.html"');
 	}
 
 	static function createNsiInstaller() {