Replies: 1 comment 6 replies
-
I'm guessing you've already enabled pushing when configuring the Git integration? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
I setup Git Integration for my project and it works. But I have to
git push
manually via SSH.After some reading about Queue Drivers, I realized that
QUEUE_CONNECTION=sync
won't work for the delay und auto-push functionality. So I thought about ´Redis´ or something else.I' not using Ploi, Force, etc but shared hosting. SSH is available, but some commands are blocked. For example I'm not able to install Redis, or at least I don't get it how (
sudo
orapt-get
are unknown commands).So do you have any ideas, how to accomplish automatic pushes (delaying commits, is not that important)? Or should I use a Cronjob for this?
Thanks for any advice!
Beta Was this translation helpful? Give feedback.
All reactions