Skip to content

Commit

Permalink
copilot my way through this
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpaulus committed Nov 22, 2024
1 parent 51e8316 commit 6a456f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
steps:
- name: Install Render CLI
run: |
curl -L https://github.com/renderinc/render-cli/releases/download/v0.1.0/render-cli-v0.1.0-linux-amd64.tar.gz -o render-cli.tar.gz
tar -xzf render-cli.tar.gz
sudo mv render /usr/local/bin/
brew tap render-oss/homebrew-render
brew update
brew install render
- name: Authenticate with Render
run: render login --api-key ${{ secrets.RENDER_API_KEY }}
- name: Trigger Render Deployment
Expand Down

0 comments on commit 6a456f0

Please sign in to comment.