From ff939040d9d0203212661d7985d9c8e454bd6994 Mon Sep 17 00:00:00 2001 From: Bruno Gomes Date: Sat, 14 Sep 2024 10:08:25 -0300 Subject: [PATCH] feat: Add Render deploy action with secrets configuration --- .github/workflows/deploy.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 03ab043..d7ef1a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,3 +22,10 @@ jobs: steps: - name: Checkout repo uses: actions/checkout@v4 + + - name: Render deploy + uses: johnbeynon/render-deploy-action@747373cdb7b9b3f561438e063ee0815b71584f1b + with: + service-id: ${{ secrets.RENDER_SERVICE_ID }} + api-key: ${{ secrets.RENDER_API_KEY }} + wait-for-success: true