diff options
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ steps: - name: build image: fedora:39 commands: - - yum install git nodejs npm go + - yum install --assumeyes git nodejs npm go - sh compile.sh - - yum install rsync openssh + - yum install --assumeyes rsync openssh - sh deploy.sh environment: RSYNC_DESTINATION: |