Topic on Talk:Service-template-node/Deployment

repo location for examples

2
BSitzmann (WMF) (talkcontribs)

While ~/code/deploy is a simple location, this won't be suitable for me soon when I'm responsible for deploying two different services. I think it would be better to have an intermediate level. I'll use that in my set up and am going to change the deploy instructions for mobileapps and -- the soon to be created deploy instructions for -- trending-edits.

Mobrovac-WMF (talkcontribs)

Hello,

~/code/{your-service,deploy} are just exemplary paths. As long as you configure the value of git's deploy.dir correctly, there will be no problems with building the deploy repository. For example, my layout is

~/code
  |-- service1
  |-- service2
  --- deploy
    |-- service1
    --- service2

I have added a note to ServiceTemplateNode/Deployment#Repositories to that affect.

Reply to "repo location for examples"