Skip to content

Commit

Permalink
docs: Update continuous-deployment.mdx (#9116)
Browse files Browse the repository at this point in the history
  • Loading branch information
AvilaJulio authored Jan 20, 2025
1 parent 93d427e commit fc5efb2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/pages/product/deployment/cloud/continuous-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 14.x
- name: Use Node.js 20.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 20.x
- name: Install Cube backend server core
run: npm i @cubejs-backend/server-core
- name: Deploy to Cube Cloud
run: npx cubejs-cli deploy --token ${{ secrets.CUBE_CLOUD_DEPLOY_AUTH }}
```
Expand Down

0 comments on commit fc5efb2

Please sign in to comment.