From 0bc294f77741a4f5769141611e6694e9c3e5b3bd Mon Sep 17 00:00:00 2001 From: Harshit Bhardwaj Date: Sun, 18 Feb 2024 23:49:41 +0530 Subject: [PATCH] Exercise 11.18 Unsuccessful Deployment Test 4 --- .github/workflows/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 33371abb2a..f18e3dc789 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -45,7 +45,7 @@ jobs: # with: # fetch-depth: "0" - name: Trigger deployment - run: curl https://api.render.com/deploy/srv + run: random command - name: Notify about successful deployment uses: rjstone/discord-webhook-notify@v1