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

Add Deploy infrastructure for the Erlang server #19

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Add Deploy infrastructure for the Erlang server #19

merged 1 commit into from
Sep 5, 2024

Conversation

mtrsk
Copy link
Collaborator

@mtrsk mtrsk commented Sep 5, 2024

How to test this

nix build .#server
# then
nix build #dockerImage

will build both the server binary and docker image in Nix.

to load the docker image (that is ready for deploy), do

docker load < ./result

then

docker container run --network=host lyceum:latest 

@mtrsk mtrsk merged commit 8fc2da9 into master Sep 5, 2024
1 check passed
@mtrsk mtrsk deleted the deploy branch September 5, 2024 12:24
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.

2 participants