You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "suyanhanx (via GitHub)" <gi...@apache.org> on 2023/03/17 13:43:36 UTC

[GitHub] [incubator-opendal] suyanhanx commented on a diff in pull request #1668: ci: Bring our actions back

suyanhanx commented on code in PR #1668:
URL: https://github.com/apache/incubator-opendal/pull/1668#discussion_r1140255966


##########
.github/workflows/docs.yml:
##########
@@ -107,16 +107,16 @@ jobs:
           publish_dir: website/build
           publish_branch: gh-pages
 
-      # Disable until we are allowed
-      # - name: Deploy to vercel (preview)
-      #   if: github.repository_owner == 'datafuselabs' && github.ref_name != 'main'
-      #   uses: amondnet/vercel-action@v25.1.1
-      #   with:
-      #     vercel-token: ${{ secrets.VERCEL_TOKEN }}
-      #     github-token: ${{ secrets.GITHUB_TOKEN }}
-      #     vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
-      #     vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
-      #     alias-domains: |
-      #       opendal-git-{{BRANCH}}.vercel.app
-      #     scope: databend
-      #     working-directory: ./website/build
+      - name: Deploy to vercel (preview)
+        if: github.repository_owner == 'apache' && github.ref_name != 'main'
+        uses: amondnet/vercel-action@v25.1.1
+        with:
+          vercel-token: ${{ secrets.VERCEL_TOKEN }}
+          github-token: ${{ secrets.GITHUB_TOKEN }}
+          vercel-org-id: ${{ secrets.VERCEL_ORG_ID }}
+          vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID }}
+          alias-domains: |
+            opendal-git-{{BRANCH}}.vercel.app
+          # Move out of databend after we are ready.
+          scope: databend

Review Comment:
   Do we need to make changes here?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org