Skip to content

Commit

Permalink
fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienmo committed May 26, 2018
1 parent 4d89be8 commit c80ec00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ staging:
- docker login -u gitlab-ci-token -p "$CI_JOB_TOKEN" $CI_REGISTRY
- docker-compose -f docker-compose.prod.yml up -d
variables:
HOST: neoscan.backslash.fr
DISABLE_SPANDEX: false
HOST: "neoscan.backslash.fr"
DISABLE_SPANDEX: "false"
tags:
- staging
when: manual
Expand Down

0 comments on commit c80ec00

Please sign in to comment.