Skip to content

Commit

Permalink
chore: update the deploy yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
FREDVUNI committed Oct 31, 2023
1 parent c3789c0 commit e8a1215
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 14

- name: Install Render CLI
run: npm install -g @render/cli

- name: Login to Render
run: render login --token ${{ secrets.RENDER_TOKEN }}
env:
Expand Down

0 comments on commit e8a1215

Please sign in to comment.