Added TMUX and autoupdate features #130
neonexus
announced in
Announcements
Replies: 1 comment 1 reply
-
@neonexus Thank you. I'll check them out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In case you missed it, I just released an update that includes a couple handy new shell scripts for remote servers.
self-update.sh
will run agit pull
, annpm install
, and compare the contents of theassets
folder before thepull
and after; if there was a change, or.tmp/public
doesn't exist, it will runnpm run build
.tmux.sh
will run the self updater, then if everything was successful, will lift the server inPRODUCTION
mode inside of a TMUX session. If you don't know about TMUX, I highly recommend you check it out, it's a VERY handy tool.I've also written a quick-n-dirty guide on how to utilize these new scripts on remote environments. Check out the README for more.
@MaheshkumarSundaram
Beta Was this translation helpful? Give feedback.
All reactions