From de9962b8e1ae2b1dc1def9b68c729c4c9568f5db Mon Sep 17 00:00:00 2001 From: Sam Therapy Date: Wed, 27 Mar 2024 21:54:04 +0100 Subject: [PATCH] try again Signed-off-by: Sam Therapy --- .drone.yml | 5 +---- .github/workflows/deploy.yaml | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9dfd9b5..de41450 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,7 @@ steps: when: event: - pull_request - depends_on: - - "Clone" + - name: Deploy to Deno Deploy (prod) image: git.froth.zone/sam/drone-deno-deploy environment: @@ -25,8 +24,6 @@ steps: project: drone-deploy entrypoint: server/main.ts production: true - depends_on: - - "Clone" when: branch: - master diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index eeb7df6..23e3299 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: uses: samtherapy/deno-deploy@master with: deno_deploy_token: ${{ secrets.DENO_DEPLOY_TOKEN }} - entrypoint: server/main.ts + entry-point: server/main.ts project: github-actions-deploy \ No newline at end of file