You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deployment is triggered when something is pushed on [deployment](https://github.com/coderbunker/inventory-server/tree/deployment) branch using [codeship](http://codeship.com/).
4
+
5
+
The server hosting the deployment runs the webapp using pm2 as suggested in [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04).
#### Allow host's ssh keys to access this repository
21
+
The host needs to have read access on this reposit to download the deployment branch.
22
+
23
+
Add the ssh keys of the new host (the content of the file: ~/.ssh/id_rsa.pub) on the "[Deploy keys section](https://github.com/coderbunker/inventory-server/settings/keys)".
24
+
25
+
Before the first deployment, the reposit has to be downloaded and the deployment branch must be checkout.
@@ -28,34 +32,6 @@ The website is published on the domain name url.coderbunker.com
28
32
29
33
The deployment is automatically triggered when something is pushed on the [deployment branch](https://github.com/coderbunker/inventory-server/tree/deployment).
30
34
31
-
The deployment uses pm2 as suggested in [this tutorial](https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-ubuntu-16-04).
The host needs to have read access on this reposit to download the deployment branch.
44
-
45
-
Add the ssh keys of the new host (the content of the file: ~/.ssh/id_rsa.pub) on the "[Deploy keys section](https://github.com/coderbunker/inventory-server/settings/keys)".
46
-
47
-
Before the first deployment, the reposit has to be downloaded and the deployment branch must be checkout.
0 commit comments