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

Proper CI #55

Open
macdja38 opened this issue Jan 22, 2018 · 5 comments
Open

Proper CI #55

macdja38 opened this issue Jan 22, 2018 · 5 comments

Comments

@macdja38
Copy link
Owner

macdja38 commented Jan 22, 2018

Automate docker building of images and find a decent way to deploy multiple shards without restarting more than one shard within a 5s period.

FROM node:latest

MAINTAINER Macdja38

RUN echo "deb http://http.debian.net/debian jessie-backports main" >> /etc/apt/sources.list

RUN apt-get update && apt-get install -y --no-install-recommends ffmpeg && apt-get clean && npm install -g pm2 && npm install

WORKDIR /docker/pvpcraft/pvpcraft/

CMD ["pm2-docker", "/docker/pvpcraft/pvpcraft/pm2.json"]

Would be great to get @rtizzy 's help on this, Thanks!

@rtizzy
Copy link
Contributor

rtizzy commented Jan 22, 2018

Was inside a codeblock so didn't ping me @macdja38. I'll try and take a look at this during the next few weeks :)

@macdja38
Copy link
Owner Author

ohh huh, I guess the codeblock has to end at the start of a line instead of at the end of a line of code.

@rtizzy
Copy link
Contributor

rtizzy commented Feb 1, 2018

@macdja38 Can you assign this to me so it pops up in my issue queue?

@rtizzy
Copy link
Contributor

rtizzy commented Feb 1, 2018

@macdja38 First step is to bring the Dockerfile into the repo. I created a pull request with the above code.

@macdja38
Copy link
Owner Author

macdja38 commented Feb 1, 2018

@rtizzy I can't seem to assign it to you. isaacs/github#100

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

No branches or pull requests

2 participants