From 5b29791fe0e2dd741f6aa212c06b7d2fe3aae427 Mon Sep 17 00:00:00 2001 From: Lewis Dale Date: Tue, 12 Nov 2024 09:29:55 +0000 Subject: [PATCH] Don't bother triggering the Coolify deployment --- .gitea/workflows/trigger-deploy.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/workflows/trigger-deploy.yml diff --git a/.gitea/workflows/trigger-deploy.yml b/.gitea/workflows/trigger-deploy.yml deleted file mode 100644 index 27f5b83..0000000 --- a/.gitea/workflows/trigger-deploy.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Trigger deploy -on: - schedule: - - cron: '5 * * * *' - -jobs: - trigger-deploy: - runs-on: ubuntu-latest - steps: - - name: Trigger deploy - run: | - curl -X GET ${DEPLOY_ENDPOINT} -H "Authorization: Bearer ${COOLIFY_TOKEN}" - shell: bash - env: - DEPLOY_ENDPOINT: ${{ secrets.DEPLOY_ENDPOINT }} - COOLIFY_TOKEN: ${{ secrets.COOLIFY_TOKEN }} \ No newline at end of file