-
I created a new app and specified a `worker` directive in the Procfile. Then I removed the directive and added a `wsgi` one, but the app fails to deploy because the worker directive won't work (even t…
-
@rcarmo check out this work by @amontalenti:
https://github.com/amontalenti/webappfast-piku#readme
We could also link to my Linux Conf talk, which is how he found Piku: https://www.youtube.com/w…
-
See https://github.com/piku/piku/issues/199#issuecomment-925567996:
> I couldn't find a way to make it work without a TLS cert, which it couldn't get because it was a LAN-only installation and woul…
-
I am probably just doing something wrong, but I just can't manage to set an environment variable using Piku.
I created an ENV file:
```bash
$ cat ENV
CRYPTO_SALT=abcdefg
```
This has been comm…
-
For some reason, my Flask app is not made available through nginx; Piku seems to not update the nginx config. Here's what I did: First, I pushed the code to the Raspberry running Piku:
```
$ git p…
-
I've been cleaning out issues and I think we need to improve our deployment docs. The `README` spends a lot of time on install, but a lot of the questions in the issues are around setting hostnames, p…
-
I have a repo that has multiple services that communicate with eachother, and I'm wondering how I might specify the Procfile to use as metadata on the app.
-
If `NODE_PATH` is set, Node will assume that as the `node_modules` path when doing `require` and `import`. User expectation is probably that this would be the same for nbb.
Example:
```
NODE_PA…
-
There are any validation for running app before destroy it.
```
@piku.command("destroy")
@argument('app')
def cmd_destroy(app):
"""e.g.: piku destroy """
app = exit_if_invalid(app)
…
-
From the docs it's not quite clear which branch actually gets deployed.
Would be great to add this to the README.
Or did I just miss that part of information?