There was an error while loading. Please reload this page.
1 parent 25021de commit cbfce81Copy full SHA for cbfce81
1 file changed
automation/Makefile
@@ -16,6 +16,7 @@ plan: .state
16
apply: .state
17
$(GIT) pull
18
$(TOFU) apply
19
+ $(GIT) add --update
20
$(GIT) commit --signoff --quiet --message "Update state $$(date -u +%Y-%m-%dT%H:%M:%SZ)"
21
$(GIT) push
22
0 commit comments