You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by ji...@apache.org on 2022/12/27 03:49:11 UTC

[doris-website] branch master updated: Update manual-deploy.yml

This is an automated email from the ASF dual-hosted git repository.

jiafengzheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new b59d304eb4b Update manual-deploy.yml
b59d304eb4b is described below

commit b59d304eb4bd1161da74c87eb4fb2bfd4dea8a0d
Author: jiafeng.zhang <zh...@gmail.com>
AuthorDate: Tue Dec 27 11:49:07 2022 +0800

    Update manual-deploy.yml
---
 .github/workflows/manual-deploy.yml | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/manual-deploy.yml b/.github/workflows/manual-deploy.yml
index 0c15980923b..b08cbebf96e 100644
--- a/.github/workflows/manual-deploy.yml
+++ b/.github/workflows/manual-deploy.yml
@@ -50,15 +50,15 @@ jobs:
         ls build
         export DORIS_COMMIT=`git rev-parse HEAD`
 
-    - name: Upload files to OSS
-      uses: ./.github/actions/aliyun-oss-website-action
-      with:
-          accessKeyId: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
-          accessKeySecret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
-          bucket: ${{ secrets.ALIYUN_OSS_BUCKET }}
-          # use your own endpoint
-          endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
-          folder: build
+#     - name: Upload files to OSS
+#       uses: ./.github/actions/aliyun-oss-website-action
+#       with:
+#           accessKeyId: ${{ secrets.ALIYUN_ACCESS_KEY_ID }}
+#           accessKeySecret: ${{ secrets.ALIYUN_ACCESS_KEY_SECRET }}
+#           bucket: ${{ secrets.ALIYUN_OSS_BUCKET }}
+#           # use your own endpoint
+#           endpoint: ${{ secrets.ALIYUN_OSS_ENDPOINT }}
+#           folder: build
 
     - name: Deploy Website
       if: ${{ github.event.inputs.branch == 'master' }}


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org