Trying to make this work on my server. Testing...
This commit is contained in:
Binary file not shown.
@@ -46,3 +46,7 @@ git switch new-branch-name
|
|||||||
|
|
||||||
# Clone from Bitbucket:
|
# Clone from Bitbucket:
|
||||||
git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-api-fastapi.git /srv/http/the_path_to_create
|
git clone https://scott_idem@bitbucket.org/oneskyit/one-sky-it-api-fastapi.git /srv/http/the_path_to_create
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
gunicorn --bind unix:/home/scott/OSIT_dev/aether_api_fastapi/gunicorn.sock --umask 007 app.main:app --workers 2 --worker-class uvicorn.workers.UvicornWorker --access-logfile admin/log/access.log --error-logfile admin/log/error.log, --log-file admin/log/log.log --capture-output --keep-alive 5 --reload
|
||||||
|
|||||||
Reference in New Issue
Block a user