Skip to content
Snippets Groups Projects
Verified Commit 0d2e4aee authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(git): Add make command to ease git commits to deploy

parent 7b35519c
No related branches found
No related tags found
1 merge request!2Draft: Makefile: Add all commands to deploy the kubernetes controlplane
.PHONY: commit
commit: ## Commit changes to git, push them to the remote and inform flux about it
git commit -v
git push
make flux-update-git
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment