Caddy doesnt pull latest tags from repo

 git {
        repo git@gitlab.com:org/repo.git
        branch  {latest}
        key some_key
        pull_args --all
        hook _hook some_secret
        hook_type gitlab
        then_long /path/to/deploy.sh
        path ../
   }

Caddy.git doesnt seem to be able to pull latest tags at all, ive tested with two repos and no success either. Anywhere am going wrong?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.