2020-04-26 14:27:33 -04:00
2020-04-25 12:58:31 -04:00
2020-04-24 19:56:47 -04:00
2020-04-25 15:54:10 -04:00
2020-04-25 19:04:21 -04:00
2020-04-26 14:27:33 -04:00
2020-04-23 10:14:48 -04:00
2020-04-25 19:17:52 -04:00
2020-04-25 02:32:06 +00:00
2020-04-25 11:20:15 -04:00
2020-04-24 19:47:27 -04:00

CI Builder

My CI testing pipeline for a django project.

pipeline status

Django Environment Variables

Django Secret

kubectl create secret generic django-secrets --from-literal=SECRET_KEY=$(python -c "import secrets ; print(secrets.token_urlsafe(32))")

Django Allowed Hosts

apiVersion: v1
kind: ConfigMap
metadata:
  name: test
data:
  ALLOWED_HOSTS: localhost,test.ducoterra.net
Description
No description provided
Readme 132 KiB
Languages
Python 82.6%
JavaScript 6.5%
HTML 5.7%
CSS 3.1%
Dockerfile 1.2%
Other 0.9%