meta: use the right branch name
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
34e2643223
commit
8a291cef6f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ kind: pipeline
|
||||||
name: production
|
name: production
|
||||||
when:
|
when:
|
||||||
event: [ push ]
|
event: [ push ]
|
||||||
branch: [ master ]
|
branch: [ main ]
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
git:
|
git:
|
||||||
|
@ -29,5 +29,5 @@ steps:
|
||||||
key:
|
key:
|
||||||
from_secret: deploy_key
|
from_secret: deploy_key
|
||||||
when:
|
when:
|
||||||
branch: master
|
branch: main
|
||||||
delete: true
|
delete: true
|
||||||
|
|
Reference in a new issue