- Jul 24, 2021
- Jul 23, 2021
-
-
nimrod authored
-
- May 23, 2021
-
-
nimrod authored
Only externally (the runner still uses the same environment variable). I now have it in the .bashrc.private file so it needs to be more specific.
-
- Apr 23, 2021
-
-
nimrod authored
Using Docker Compose over SSH causes errors, but it's handled. The tracebacks just make it harder to follow what's happening.
-
- Jan 22, 2021
- Jan 10, 2021
- Jan 04, 2021
-
-
nimrod authored
Select the host in the deploy script, default to all hosts.
-
- Dec 28, 2020
-
-
nimrod authored
The issue I'm trying to address here is that because of the Docker volume, /builds/foo is really /var/lib/docker/volumes/123/_data/foo. This causes some interesting issues with addressing files with Docker from inside a Docker container. Do it just on ns4 (for now, if it works and needed I may do it on host01 too). Also, deploy to the kodi host last because it has issues right now.
-
- Dec 11, 2020
-
-
nimrod authored
Can't deploy with the runner, the jobs fail because the runner is restarted during. Do the pull and build with the CI, but the actual deployment with a script locally.
-