Skip to content

Commit

Permalink
Merge pull request #278 from imamatory/frontend
Browse files Browse the repository at this point in the history
Fix project setup
  • Loading branch information
imamatory committed Jan 28, 2018
2 parents 0867559 + cb8aa66 commit eba08d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ansible/development/group_vars/all/vault.yml
@@ -1,9 +1,9 @@
# -*- mode: yaml; vault: true; -*-

vault_codebattle_github_id: "bc353b139a43edee4914"
vault_codebattle_github_secret: "143cb224daf3819239c22e927907ab5bbf822015"
vault_codebattle_github_id: ""
vault_codebattle_github_secret: ""
vault_codebattle_db_hostname: "db"
vault_codebattle_db_username: "postgres"
vault_codebattle_db_password: ""
vault_codebattle_db_name: "codebattle_dev"
vault_codebattle_secret_key_base: "as df;lkajsdf ;alkjsdf ;alksdjf ;alksdjf ;alskdjf ;alskdjf a;lsdjkf ;alsdkjfa ;lskdjf a;lskdj f;alksdjf ;alksjdfal;sdjfqwerty"
vault_codebattle_secret_key_base: "asd;lskdja;lskdj f;alksdjf ;alksjdfal;sdjfqwerty"
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -4,7 +4,7 @@ services:
app:
build:
context: services/app
dockerfile: Dockerfile.development
dockerfile: Dockerfile.dev
env_file: .env
command: mix phx.server
ports:
Expand Down
2 changes: 1 addition & 1 deletion make-compose.mk
Expand Up @@ -31,7 +31,7 @@ compose-db-prepare:
docker-compose run app mix dockers.pull

compose-upload-langs:
docker-compose run app make upload-langs
docker-compose run app mix upload_langs

compose-test-coverage-html:
docker-compose run -e "MIX_ENV=test" app make test-coverage-html
Expand Down

0 comments on commit eba08d8

Please sign in to comment.