diff options
| author | Bobby <[email protected]> | 2022-11-10 23:14:30 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-11-10 23:14:30 -0500 |
| commit | bf40cfdb47b0e8d2809b1b6f7076fc608a4af36a (patch) | |
| tree | 42a98bd745f276ce07278539c958f53c1dd06d0b | |
| parent | e023e638510394d7092a97399ac325933fe605b4 (diff) | |
| download | thatcomputerscientist-bf40cfdb47b0e8d2809b1b6f7076fc608a4af36a.tar.xz thatcomputerscientist-bf40cfdb47b0e8d2809b1b6f7076fc608a4af36a.zip | |
check deps
| -rw-r--r-- | thatcomputerscientist/urls.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thatcomputerscientist/urls.py b/thatcomputerscientist/urls.py index 809ea3c4..672c525d 100644 --- a/thatcomputerscientist/urls.py +++ b/thatcomputerscientist/urls.py @@ -24,7 +24,7 @@ BASE_DIR = settings.BASE_DIR def ci_view(request): # Run the deploy script in the base directory os.system(f"cd {BASE_DIR} && chmod +x deploy.sh && ./deploy.sh") - return HttpResponse("Deployed!") + return HttpResponse("Deployed! Test it out!") urlpatterns = [ |
