Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
RauhanAhmed committed Dec 18, 2023
1 parent 778acba commit 7f78c08
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,13 @@ jobs:
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}

trigger_webhook:
name: Trigger app's webhook given by Render Cloud for automatic deployments
runs-on: ubuntu-latest
steps:
- name: Trigger webhook
uses: [tyrrrz/action-http-request@master, push_to_registry]
with:
url: {{ secrets.RENDER_WEBHOOK }}

0 comments on commit 7f78c08

Please sign in to comment.