Skip to content

Commit

Permalink
chore: add deploy to Render step in main CI
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Oct 22, 2024
1 parent c50bd1e commit b00af2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:main

- name: Deploy to Render
uses: joelwmale/[email protected]
with:
url: ${{ secrets.RENDER_DEPLOY_URL }}

0 comments on commit b00af2e

Please sign in to comment.