From ce1805fbca1113537ebf4f0670ebe1cd8014482a Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Fri, 19 Apr 2024 12:29:17 -0400 Subject: [PATCH] Update GH Actions deploy route --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8b9b0cb..f34cbe2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,6 +10,6 @@ jobs: steps: - name: Run deploy shell: bash - run: curl -X POST --data "key=$DEPLOY_SECRET" wemakeinter.net/deploy.php + run: curl -X POST --data "key=$DEPLOY_SECRET" dev.wemakeinter.net/deploy.php env: DEPLOY_SECRET: ${{secrets.DEPLOY_SECRET}}