So, I have been interested to use git-o-matic to deploy some internal network containers using git-hooks automatically.
The way I have in mind is using git-o-matic to automatically pull changes in my develop branch and use my post-merge hooks (Already working) to restart the container with said new code.
My problem is I keep getting the following message:
2020/02/17 15:04:57 Checking repository: .
2020/02/17 15:04:57 Pulling changes...
cannot pull from repository: non-fast-forward update
The way I am launching it in my server is:
gitomatic -privkey <path-to-my-deploy-key> -pull=true -push=false <path-to-my-local-repo>
Any help regarding getting this to work would be appreciated.
So, I have been interested to use
git-o-maticto deploy some internal network containers using git-hooks automatically.The way I have in mind is using git-o-matic to automatically pull changes in my develop branch and use my post-merge hooks (Already working) to restart the container with said new code.
My problem is I keep getting the following message:
The way I am launching it in my server is:
Any help regarding getting this to work would be appreciated.