Skip to content
Snippets Groups Projects
Commit 2da719b3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Improve readability. Make sure we change port value

parent 3c2be2b7
No related branches found
No related tags found
1 merge request!20Set 3000 port for web app in gitlab.yml
This commit is part of merge request !20. Comments created here will be created in the context of that merge request.
Loading
@@ -17,7 +17,7 @@ gitlab-config: gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config
Loading
@@ -17,7 +17,7 @@ gitlab-config: gitlab/config/gitlab.yml gitlab/config/database.yml gitlab/config
gitlab/config/gitlab.yml: gitlab/config/gitlab.yml:
sed -e "s|/home/git|${gitlab_development_root}|"\ sed -e "s|/home/git|${gitlab_development_root}|"\
-e "s|# user: git|user: $(shell whoami)|"\ -e "s|# user: git|user: $(shell whoami)|"\
-e "0,/80/s//3000/"\ -e "0,/port: 80/s//port: 3000/"\
gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml gitlab/config/gitlab.yml.example > gitlab/config/gitlab.yml
   
gitlab/config/database.yml: gitlab/config/database.yml:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment