mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
readme update
This commit is contained in:
parent
4d14c7282d
commit
b8de1a738a
1 changed files with 14 additions and 14 deletions
28
README.md
28
README.md
|
@ -260,29 +260,29 @@ All deploy code locates at config/deploy.rb file.
|
||||||
First add 'testregistry' and 'registry' to your .ssh/config file:
|
First add 'testregistry' and 'registry' to your .ssh/config file:
|
||||||
|
|
||||||
```
|
```
|
||||||
# staging
|
# staging
|
||||||
Host testregistry
|
Host testregistry
|
||||||
HostName YOUR-SERVER-IP
|
HostName YOUR-SERVER-IP
|
||||||
User registry
|
User registry
|
||||||
|
|
||||||
# production
|
# production
|
||||||
Host registry
|
Host registry
|
||||||
HostName YOUR-SERVER-IP
|
HostName YOUR-SERVER-IP
|
||||||
User registry
|
User registry
|
||||||
```
|
```
|
||||||
|
|
||||||
Mina help and all mina commands:
|
Mina help and all mina commands:
|
||||||
|
|
||||||
mina -h
|
mina -h
|
||||||
mina -T
|
mina -T
|
||||||
|
|
||||||
Setup application directories for a new server:
|
Setup application directories for a new server:
|
||||||
|
|
||||||
mina setup # staging
|
mina setup # staging
|
||||||
mina pr setup # production
|
mina pr setup # production
|
||||||
|
|
||||||
Deploy new code:
|
Deploy new code:
|
||||||
|
|
||||||
mina deploy # staging
|
mina deploy # staging
|
||||||
mina pr deploy # production
|
mina pr deploy # production
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue