statamic / spock

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

Spock doesn't git push #10

Closed aerni closed 6 years ago

aerni commented 6 years ago

I followed all the issues and forum posts on The Lodge. I'm running the Spock with the latest Pull request provided by rrelmy. Spock is commiting the changes but it doesn't push them. I have to manually git push. Any lead on this issue? I would really love to have a working Spock instance!

I'm running the latest Statamic 2.8.2.

My config

environments:
  - production
  - prod
commands:
  - "git add {{ full_path }}"
  - "git commit -m '{{ url }} updated by {{ committer:username }}'"
  - "git push"
jasonvarga commented 6 years ago

Do you have anything in your logs? Spock should report any failures.

aerni commented 6 years ago

Somehow it works not. This can be closed.