Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds deploy docs #15

Merged
merged 3 commits into from Aug 11, 2018
Merged

Adds deploy docs #15

merged 3 commits into from Aug 11, 2018

Conversation

tallysmartins
Copy link
Member

No description provided.

Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Copy link
Member

@PragTob PragTob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small comment looks great otherwise

@@ -1,4 +1,4 @@
<img src="../web/public/images/logo.png" height="68" />
<img src="https://github.com/elixir-bench/elixir-bench.github.io/blob/master/images/logo.png" height="68" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

README.md Outdated
environment variables for communication with the API server.
This project uses `distillery` for deployments. The relese requires a `RUNNER_API_URL`,
`RUNNER_API_KEY` and `RUNNER_API_USER` environment variables for communication with
the API server. Built releases are placed under `_build/prod/rel/runner`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this just duplicates the information from the table below, which seems much better imo :) (aka I'd remove the mention of the envs here)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯 removed!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

? They're still up there? The place were you just removed them I actually liked :D

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh sorry! bad reading 😮 I've just put it back! 👍 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed now ;)

Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
README.md Outdated

```bash
RUNNER_API_URL=api.elixirbench.org/runner-api RUNNER_API_USER=test-runner RUNNER_API_KEY=test _build/prod/rel/runner/bin/runner foreground
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I actually liked having them here

Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
@PragTob PragTob merged commit 02c1486 into elixir-bench:master Aug 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants