Update deploy-prod.yml
This commit is contained in:
parent
75dba9008d
commit
9a8e0525e2
1 changed files with 1 additions and 0 deletions
1
.github/workflows/deploy-prod.yml
vendored
1
.github/workflows/deploy-prod.yml
vendored
|
@ -26,6 +26,7 @@ jobs:
|
|||
run: pnpm build
|
||||
|
||||
deploy:
|
||||
needs: [prepare]
|
||||
environment: Prod
|
||||
runs-on: ubuntu-latests
|
||||
name: Deploy
|
||||
|
|
Loading…
Reference in a new issue