-
**[in src/GitDeployer/Deployers/DockerDeployer.php, line 115](https://github.com/relamptk/git-deployer/blob/c3d5ed56f4c8e9dfac10ffa79ac95f138a0dc88b/src/GitDeployer/Deployers/DockerDeployer.php#L115)*…
-
### Bug Report
It looks like maybe the types on `GitDeployer::updateFile` are a little too strong. `$value` has [the ability to be `null`](https://github.com/putyourlightson/craft-blitz/blob/4.x/src/…
-
### Bug Report
The error `Error connecting to repository: Exit code: 127 while executing: 'LC_ALL=C '-c' user.name=handplant '-c' user.email=andi.grether@gmail.com remote '--verbose' with reason: sh:…
-
Sorry for bothering you again 🙇
I'm planning on using the Git Deployer with a multi-lang craft installation, where each locale corresponds to one site. Looking at the `GitDeployer`class, it seems l…
-
Filing this as a question as I may have misunderstood something or misconfigured something.
Why is git deploy only adding new cache and never removes any files?
Let's say I create entry A:
Cach…
-
### Question
I've multiple "job offer" entries. Each entry has an expiry date. So, on each entry, I added this :
```twig
{% do craft.blitz.options({
expiryDate: entry.expiryDate
}) %}
```
And…
-
### Question
`Error connecting to repository: Unable to find the Git executable.`
We are unsure what permissions the plugin needs and where to even grant the permissions that will enable the plugi…
kayqq updated
4 years ago
-
### Describe the bug
I get an `Failed to connect to port 443: Connection refused` error when trying to connect to a local GitHub repo via Git Deployer. Here is the full error output:
```
Error co…
-
We have a strange issue with Blitz at the moment.
Caches or being generated and served by blitz, and our blitz_caches table counts 4600 rows. However, our blitz_elementcaches counts 0. So whenever …
-
We spoke briefly on Discord the other day, but i'm having issues still with cache not warming.
When I do `Refresh` option in Utilities, it shows that cache is being warmed, but the counter for the…