Skip to content

Commit

Permalink
chore: Deploy to stage environment (#428)
Browse files Browse the repository at this point in the history
* Fix: Global search and pagination in modify page (#423)

* feat: change theme to dark mode

* fix: dashboard table dark mode

* feat-dark mode

* feat:dark mode

* fix: lead page in dark mode

* fix

* text to white in deallocate page

* fix

* fix issue: removed filter options, fix to logout shimmering

* feat: added refresh button to approve assets page

* fix

* fix: modify table

* removed comments

---------

Co-authored-by: AidrinVargheseEXP <[email protected]>
Co-authored-by: Ashish Sam T George <[email protected]>

* fix: Increase timeout of gunicorn to 120 seconds (#427)

---------

Co-authored-by: Aidrin Varghese <[email protected]>
Co-authored-by: AidrinVargheseEXP <[email protected]>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent 1c93d7c commit 2099fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exam_django/entrypoint-stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ dockerize -wait tcp://redis-service:6379 -timeout 1m
chmod +x ./daemonize-celery.sh
sh ./daemonize-celery.sh
python manage.py migrate
gunicorn --bind 0.0.0.0:8000 exam_django.wsgi:application
gunicorn --bind 0.0.0.0:8000 --timeout 120 exam_django.wsgi:application

0 comments on commit 2099fb9

Please sign in to comment.