Provision single server and deploy multiple sites? #2875
Unanswered
sutcliffe121
asked this question in
Help needed
Replies: 2 comments 2 replies
|
It should be supposed. I’ll rake a look. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Does deployer support provisioning a single server and deploying multiple websites?
1x Digital Ocean Droplet
Site One: siteone.domain.com -> repo1.git
Site Two: sitetwo.domain.com -> repot2.git
I have used deployer to provision a server and deploy a single website.
I am unsure how to deploy a second website on the same server?
I have tried to setup a 'sitetwo.domain.com' using:
dep provision:websiteI deploy my site and it works, but the original site stops working 'siteone.domain.com'.
I have checked the docs and previous issues but can't see any useful references.
Any help is appreciated.
All reactions