diff --git a/.drone.yml b/.drone.yml index 205eb86..baf1415 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,10 +4,10 @@ type: docker name: default steps: -- name: build +- name: deploy image: fedora:39 commands: - - yum install --assumeyes openssh + - yum install --assumeyes openssh-clients rsync - sh deploy.sh environment: HOST: @@ -17,4 +17,4 @@ steps: trigger: branch: - - main + - master