statamic / spock

Automatically perform git commits, pushes, and other cli actions when Statamic content changes
95 stars 16 forks source link

Is the remote version should be a git repo? #44

Closed rizkysyazuli closed 4 years ago

rizkysyazuli commented 4 years ago

I know this is a silly question. But does my remote target should be a git repo as well? I mean, should i git clone my project on the remote server first before using Spock?

My staging and production site is not managed via Git. It's deployed using rsync via Jenkins.

jackmcdade commented 4 years ago

Yes, Spock will only work if you're working with a cloned repo on production as well. 👍