diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-29 00:02:51 +0000 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-02-29 00:02:51 +0000 |
commit | f10aa7699b33c5762426256685f7519a03ed10b7 (patch) | |
tree | d31d9db02f11f4188d789e1be9cc669f977643f9 /deploy.sh | |
parent | 9a2c9fcdf92ca5c9686b98725d51d953550a6cba (diff) |
Fix deploy script
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ set -e # Set up and redeploy Gathio. Called by `pm2 deploy`. +# Working directory is the root of the repo. # PM2 doesn't load the user env, so this gets nvm into the PATH export NVM_DIR=~/.nvm @@ -19,4 +20,4 @@ pm2 reload ecosystem.config.cjs production pm2 save # Build the docs and deploy -mkdocs build -d ~/gathio-docs
\ No newline at end of file +mkdocs build -d /var/www/docs.gath.io
\ No newline at end of file |