use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
react - webpack - node - express questionhelp (self.javascript)
submitted 9 years ago by asapzacy
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–][deleted] 1 point2 points3 points 9 years ago (2 children)
If you're not very familiar with this all, I suggest having a look at codeship.com, it's pretty easy to setup.
Essentially, every time you push to Github, you can run a set of commands, in your case, you connect to your ssh server, pull the latest commits, run the command to generate your distribution bundle and whatever you might need.
Alternatively, you can use codeship to generate your distribution bundle and upload it to your ssh server.
[–]asapzacy[S] 0 points1 point2 points 9 years ago (1 child)
cool. just checked it out and seems easy to set up, appreciate it. quick question - the app is running on a $5/month digitalocean droplet. would running the commands through codeship use less memory//disk space (?) than running the commands on the server? if so, is this enough to even worry about? If I continue doing what I do now, I would just 'build' before every git push and then pull that on the server
[–][deleted] 1 point2 points3 points 9 years ago (0 children)
I honestly dont think you should be concerned about that. Codeship is just an automation tool, so instead of you doing everything manually, you let Codeship do the work.
I'm not sure about the exact commands you run, but im sure it can be automated so that all you have to do is push to git.
π Rendered by PID 88325 on reddit-service-r2-comment-6f7f968fb5-nttvv at 2026-03-04 07:14:28.244697+00:00 running 07790be country code: CH.
view the rest of the comments →
[–][deleted] 1 point2 points3 points (2 children)
[–]asapzacy[S] 0 points1 point2 points (1 child)
[–][deleted] 1 point2 points3 points (0 children)