> Look for its deploy stanza.
This block was removed in https://github.com/wikimedia/service-template-node/commit/325979780be9c8c58b100ba7befdff1e681623eb
> Look for its deploy stanza.
This block was removed in https://github.com/wikimedia/service-template-node/commit/325979780be9c8c58b100ba7befdff1e681623eb
In the Repositories section, there is a link to https://github.com/wikimedia/service-template-node/blob/master/doc/config.md.
Has this been migrated to ServiceTemplateNode/Configuration? Or is it something different?
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.
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.