feat: no need to clone for deploy pipeline
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
3af0a7366e
commit
26fe940242
@ -19,6 +19,13 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: deploy
|
name: deploy
|
||||||
|
|
||||||
|
platform:
|
||||||
|
os: linux
|
||||||
|
arch: amd64
|
||||||
|
|
||||||
|
clone:
|
||||||
|
disable: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: ssh-deploy
|
- name: ssh-deploy
|
||||||
pull: if-not-exists
|
pull: if-not-exists
|
||||||
|
Loading…
Reference in New Issue
Block a user