diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 83ec716..ac8099d 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: "Setup" - - run: | + run: | bundle config set path vendor/bundle bundle install --jobs=4 --retry=3 command -v rsync >/dev/null || ( apt-get update -y && apt-get install rsync -y )