-
This would allow setting all config vars at one from an `.env` key/value file, eg
```
heroku config:push -o -f .env.prd
```
as done by https://github.com/xavdid/heroku-config
-
```
Traceback (most recent call last):
[7](https://github.com/piku/piku/runs/5801674133?check_suite_focus=true#step:5:7)
File "piku.py", line 1113, in
[8](https://github.com/piku/piku/runs/5801…
-
Hi,
I have installed Elixir on the distant server with asdf. I have installed it for the piku user so that it works from piku shell.
```bash
me@local:~$ piku shell
piku@server:~$ mix --version
Er…
-
Hi,
Trying to install piku on Fedora/CentOS by going manually through
https://github.com/piku/piku-bootstrap/blob/main/playbooks/piku.yml
I've already installed `uwsgi` from official repos:
`…
-
We currently rely on incron to send images to OCR. See `scripts/process_new_image_off.sh`.
But it is not available in Bullseye.From [this thread](https://github.com/piku/piku/issues/220), we can un…
-
I've been getting this on my test instance for a while now (this is fresh from just now, but I can see identical errors all throughout the logs:
```
wsgi.1 | 127.0.0.1 - - [10/Jan/2023:14:11:15 …
-
In the case where an app has env vars configured in it's own `ENV` file but the user has not done any `config:set`, Piku reports the app as not deployed:
```
$ piku config
Piku remote operator.
…
-
Shouldn't deploying a node app `git push piku master` run `npm install`?
```
User Name: ubuntu
Password: ubuntu (sudo su -)
Enumerating objects: 5, done.…
-
I'd like to run piku script after `su`-ing to piku user, instead of ssh.
It works if I do `~/piku.py`, but would like to be able to use just `piku`
What do you think about having the initial setup…
-
### Discussed in https://github.com/piku/piku/discussions/299
Originally posted by **mariusa** April 4, 2023
Hi,
After running few times `./piku.py restart myapp`, the app didn't start any…