Skip to content

Commit

Permalink
Update .runcode.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin31 authored Jul 10, 2024
1 parent 11184ce commit 85ae34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .runcode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ onCreate:
python manage.py migrate
onStart:
- |
. ../env/bin/activate
. ../venv/bin/activate
WS_DOMAIN=`cat /home/ubuntu/runcode/ws-url-domain.txt`
printf "\nGO TO THIS URL TO VIEW PAGE \033[4;34m https://8000-${WS_DOMAIN}\033[0;30m\n\n"
python manage.py runserver

0 comments on commit 85ae34b

Please sign in to comment.