Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Atallah0 authored Nov 13, 2023
1 parent a2afb8c commit bc6de89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,18 @@ jobs:
- name: Check out the repo
uses: actions/checkout@v3

- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: '14'

- name: Install Render CLI
run: npm install render-cli

- name: Update Render Deployment
id: update
run: |
DEPLOYMENT_ID="43ca597" render update $DEPLOYMENT_ID \
DEPLOYMENT_ID="43ca597" ./node_modules/.bin/render update $DEPLOYMENT_ID \
--image atillah0/backend-final-4-app:latest \
--env-file .env
env:
Expand Down

0 comments on commit bc6de89

Please sign in to comment.