Use default Django secret key from settings.py
This commit is contained in:
+2
-2
@@ -74,11 +74,11 @@ publish:
|
||||
deploy:dev:
|
||||
stage: deploy
|
||||
image: docker:stable
|
||||
only:
|
||||
- develop
|
||||
environment:
|
||||
name: dev
|
||||
url: http://api.dev.sik.party
|
||||
only:
|
||||
- develop
|
||||
variables:
|
||||
DOCKER_HOST: $DEV_CI_DOCKER_HOST
|
||||
DOCKER_TLS_VERIFY: 1
|
||||
|
||||
Reference in New Issue
Block a user