We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a24f6e commit 714723fCopy full SHA for 714723f
api/Makefile
@@ -47,7 +47,7 @@ clean:
47
build-docker:
48
docker build . --tag class/api
49
50
-# CD
+# Continous Delivery
51
deploy: test integration-test build-docker
52
kubectl delete pod -l app=api
53
kubectl apply -f infrastructure/api.yml
api/backend/settings.py
@@ -42,7 +42,6 @@
42
'corsheaders', # add this
43
'rest_framework', # add this
44
'todo',
45
- 'stats',
46
]
0 commit comments