This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -5,7 +5,13 @@ type: docker
|
|||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
event:
|
||||||
|
include:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: cr.wks/drone/drone-rsync:latest
|
image: cr.wks/drone/drone-rsync:latest
|
||||||
@@ -17,5 +23,3 @@ steps:
|
|||||||
key:
|
key:
|
||||||
from_secret: ssh
|
from_secret: ssh
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
script:
|
|
||||||
- echo "Hello World"
|
|
||||||
Reference in New Issue
Block a user