diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 342a8a2..14231e5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -30,6 +30,6 @@ jobs: - name: Install rsync run: | apt-get update - apt-get install rsync + apt-get -y install rsync - name: Deploy with rsync run: rsync -atv --delete --progress --checksum --whole-file -e ssh dist/ ${{ secrets.REMOTE_USER }}@${{ secrets.REMOTE_HOST }}:${{ secrets.DEPLOY_LOCATION }}