diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae44e767..a59391d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,6 +26,6 @@ jobs: dist=$GITHUB_WORKSPACE/dist bucket=fairyever-site prefix=d2-admin/preview/ - ./deploy/qshell qupload2 --src-dir=$dist --bucket=$bucket --key-prefix=$prefix --overwrite=true --rescan-local=true + ./deploy/qshell qupload2 --src-dir=$dist --bucket=$bucket --key-prefix=$prefix --overwrite=true --check_exists=true --check_hash=true --check_size=true --rescan-local=true - name: refresn CDN run: ./deploy/qshell cdnrefresh --dirs -i ./deploy/cdnrefresh.txt \ No newline at end of file diff --git a/deploy/upload.conf b/deploy/upload.conf deleted file mode 100644 index a3d25c0a..00000000 --- a/deploy/upload.conf +++ /dev/null @@ -1,11 +0,0 @@ -{ - "src_dir" : "/home/travis/build/d2-projects/d2-admin/dist", - "bucket" : "fairyever-site", - "key_prefix" : "d2-admin/preview/", - "ignore_dir" : false, - "overwrite" : true, - "check_exists" : true, - "check_hash" : true, - "check_size" : true, - "rescan_local" : true -} \ No newline at end of file