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 bc6de89 commit 2021bfb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
node-version: '14'

- name: Install Render CLI
run: npm install render-cli
run: |
curl -o render https://render.com/static/render-cli-linux
chmod +x render
sudo mv render /usr/local/bin/
- name: Update Render Deployment
id: update
run: |
DEPLOYMENT_ID="43ca597" ./node_modules/.bin/render update $DEPLOYMENT_ID \
DEPLOYMENT_ID="43ca597" render update $DEPLOYMENT_ID \
--image atillah0/backend-final-4-app:latest \
--env-file .env
env:
Expand Down

0 comments on commit 2021bfb

Please sign in to comment.