fixed when
This commit is contained in:
parent
49a44144b3
commit
713fe4dee4
@ -1,10 +1,10 @@
|
||||
when:
|
||||
branch: main
|
||||
event: push
|
||||
steps:
|
||||
deploy-prod:
|
||||
image: node
|
||||
secrets: [vercel_org_id, vercel_project_id, vercel_token]
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
commands:
|
||||
- npm install --global vercel@latest
|
||||
- vercel pull --yes --environment=production --token=$VERCEL_TOKEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user