Exclude kustomize when committing a change to deployment repo
This commit is contained in:
parent
5176ec26ff
commit
69fda6dc03
@ -96,6 +96,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config --global user.email "auto-updater@scubbo.org"
|
git config --global user.email "auto-updater@scubbo.org"
|
||||||
git config --global user.name "UpdaterBot"
|
git config --global user.name "UpdaterBot"
|
||||||
git add .
|
git add --all -- ':!kustomize'
|
||||||
git commit -m "Update blog content to ${{ gitea.sha}}"
|
git commit -m "Update blog content to ${{ gitea.sha}}"
|
||||||
git push
|
git push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user