From 7f78c08f665d41ed28d5aa68b2f4058c6e69809b Mon Sep 17 00:00:00 2001 From: Rauhan Ahmed Siddiqui Date: Tue, 19 Dec 2023 02:32:02 +0530 Subject: [PATCH] CI/CD --- .github/workflows/ci-cd.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index b37d2e7..9d07a6d 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -31,4 +31,13 @@ jobs: file: ./Dockerfile push: true tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + 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 }} \ No newline at end of file