diff options
author | 2018-09-10 20:16:47 +0200 | |
---|---|---|
committer | 2018-09-10 20:16:47 +0200 | |
commit | c24cc799a81e6e5ed0e27558fcd6270fd1df7065 (patch) | |
tree | b8c032a6ff6eb13cfc8f6e67396dfd55bada3a0f /.gitlab-ci.yml | |
parent | Revert "Use Argon2 for password hashing." (diff) |
Remove `nging` for now.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index babb9b71..b4f6d693 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,16 +116,3 @@ push-django: - django tags: - docker - -push-nging: - image: docker:stable-git - stage: deploy - script: - - echo "$DOCKER_PASSWORD" | docker login --username "$DOCKER_USERNAME" --password-stdin - - docker build -t pythondiscord/nging:latest . - - docker push pythondiscord/nging:latest - only: - - master - - django - tags: - - docker |