diff options
| author | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:13:13 -0700 |
|---|---|---|
| committer | Lizzy Hunt <elizabeth.hunt@simponic.xyz> | 2024-03-10 01:13:13 -0700 |
| commit | f2bf6e326bb0a5c3363b1fe3891a841dec644948 (patch) | |
| tree | cf30bc18ccd8f57cfff9667b21bc5bb1e79c2a1b | |
| parent | d5398d8ce6152f2f15b6c58a7fe44209d947027c (diff) | |
| download | tilde.club-f2bf6e326bb0a5c3363b1fe3891a841dec644948.tar.gz tilde.club-f2bf6e326bb0a5c3363b1fe3891a841dec644948.zip | |
assumeyes
| -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: |
