try again again
Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
e135f30d58
commit
73fd045613
2 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
|||
- pull_request
|
||||
|
||||
- name: Deploy to Deno Deploy (prod)
|
||||
image: git.froth.zone/sam/drone-deno-deploy
|
||||
image: ghcr.io/samtherapy/deno-deploy:latest
|
||||
environment:
|
||||
DENO_DEPLOY_TOKEN:
|
||||
from_secret: DENO_DEPLOY_TOKEN
|
||||
|
|
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
@ -21,5 +21,6 @@ jobs:
|
|||
deno_deploy_token: ${{ secrets.DENO_DEPLOY_TOKEN }}
|
||||
entry-point: server/main.ts
|
||||
project: github-actions-deploy
|
||||
production: true
|
||||
|
||||
|
Loading…
Reference in a new issue