Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grassdog/elixir-build-server
https://github.com/grassdog/elixir-build-server
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/grassdog/elixir-build-server
- Owner: grassdog
- Created: 2018-02-12T07:15:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T12:25:09.000Z (almost 7 years ago)
- Last Synced: 2024-11-06T15:59:12.941Z (about 2 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Build Server
A docker container which can be used to build elixir applications for distribution on Ubuntu.
Build with `./build.sh 1.6.3` and start via `./start.sh 1.6.3`. Assumes you have docker running locally.
Point [edeliver](https://github.com/edeliver/edeliver) to this docker container to build your releases.
```sh
# In .deliver/config
BUILD_HOST="localhost"
BUILD_USER="builder"
BUILD_AT="/tmp/edeliver/summate/builds/backend"# In ~/.ssh/config
Host localhost
User builder
StrictHostKeyChecking no
UserKnownHostsFile=/dev/null
```