Hyperling me
me pushed to dev at me/nodejs-website 2025-10-14 14:38:38 -07:00
65be246673 Remove idea, working fine without it.
eabf56ed93 Specify that this is not a TODO, just listing TODO items.
Compare 2 commits »
me pushed to dev at me/env-docker 2025-10-14 14:32:36 -07:00
9314bb8bb4 Have the git command give us the branch instead.
me pushed to dev at me/env-docker 2025-10-14 14:30:53 -07:00
b9d9771523 Add echo of $BRANCH contents.
me pushed to dev at me/env-docker 2025-10-14 14:23:54 -07:00
d2aa3c195b Fix typo in variable name.
me pushed to dev at me/env-docker 2025-10-14 14:23:32 -07:00
dd60d5a721 Fix typos and wording in comments.
me pushed to dev at me/env-docker 2025-10-14 14:22:37 -07:00
c04eb08f78 Comment the micro server requirements.
me pushed to dev at me/env-docker 2025-10-14 14:22:10 -07:00
418983c490 Add env variable for which branch to use. Move CPU and RAM requirements to env so that only 1 docker-compose.yml example is needed.
me pushed to dev at me/env-docker 2025-10-14 14:14:15 -07:00
95060838e2 Remove using the dev branch on Production! Should only be on the Stage version of the Dockerfile.
me pushed to dev at me/env-docker 2025-10-14 14:12:11 -07:00
6973640b4e Explicitly mention where the output is coming from.
me pushed to dev at me/env-docker 2025-10-14 14:10:12 -07:00
a49d0129e7 Enhance output when starting Hyperling.com.
me pushed to dev at me/env-docker 2025-10-14 14:08:25 -07:00
394acfa06d Critical changes for upcoming Hyperling.com 2.0! Automatic page updates after a pull request within 30 seconds, no reload necessary!
me pushed to dev at me/nodejs-website 2025-10-14 14:03:52 -07:00
d55b13ecbf Add more comments.
me pushed to dev at me/nodejs-website 2025-10-14 14:02:05 -07:00
cc8a7710a1 Enhance comment on WHY there is nothing to do. :)
me pushed to dev at me/nodejs-website 2025-10-14 14:01:21 -07:00
ad83090b05 Add further comments for future self and others.
me pushed to dev at me/nodejs-website 2025-10-14 13:57:44 -07:00
684c237ac1 Remove excess exit and provide output var in case it's helpful in later debugging.
me pushed to dev at me/nodejs-website 2025-10-14 13:52:09 -07:00
23c0090a47 Only run apt install command once.
me pushed to dev at me/nodejs-website 2025-10-14 13:47:48 -07:00
e57ec6de50 Add automatic restart if a primary program is updated.
me pushed to dev at me/nodejs-website 2025-10-14 13:41:56 -07:00
c790dd6736 Reword the output.
me pushed to dev at me/nodejs-website 2025-10-14 13:38:05 -07:00
6e3666cea2 Begin watching git's status too, not just the grep status of not already being up to date. Add more conditional branches so that errors are logged properly.
me pushed to dev at me/nodejs-website 2025-10-14 13:11:49 -07:00
7379df38de Make output even more succint. Remove duplicate cd command.