abiosoft / abiosoft/caddy-git

submodules not getting updated

オープン
#108 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
206
フォーク
42
PR マージ指標
30日以内にマージされた PR はありません

説明

Hi,

I've got an issue where the git plugin doesn't pull down updated submodules when the folder already exists. The plugin logs that the it pulled the new changes in but checking the hash and a known-changed file prove the update wasn't made. Below is my config:

```
domain.com, www.domain.com {
root /var/www/domains/domain.com/hugo/public
git {
repo https://github.com/barry-smithjr/domain.com.git
path ../
hook $PATH $PASSWORD
clone_args --recurse-submodules
then hugo --gc --minify --destination=/var/www/domains/domain.com/hugo/public
}
cache
gzip
log /var/www/domains/domain.com/logs/access.log

tls {
dns cloudflare
}
}
```

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。