Skip to content

Commit

Permalink
deply kuzu-shell to netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanShang authored Jun 8, 2024
1 parent 2eb1602 commit 32d9660
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,20 @@ jobs:
- name: Build Shell Project
run: |
make shell
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@v3.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: packages/kuzu-shell/dist

publish-dir: 'packages/kuzu-shell/dist'
production-branch: master
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
enable-pull-request-comment: false
enable-commit-comment: true
overwrites-pull-request-comment: true
enable-github-deployment: false
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
timeout-minutes: 10


0 comments on commit 32d9660

Please sign in to comment.