- add stripe checkout button in each training pages
This commit is contained in:
15
README.md
15
README.md
@@ -35,15 +35,14 @@ hugo server
|
||||
local network
|
||||
```shell
|
||||
|
||||
hugo server --bind 192.168.1.72 --baseURL http://192.168.1.72/ -D
|
||||
hugo server --bind 192.168.x.x --baseURL http://192.168.x.x/ -D
|
||||
```
|
||||
|
||||
## Deploy Preprod
|
||||
```shell
|
||||
|
||||
rm -rf public & hugo -e preprod & rsync -av --delete public/ www-preprod-tutosportexpert@62.210.246.156:current
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Deploy Preprod
|
||||
```shell
|
||||
hugo & rsync -av --delete public/ www-preprod-tutosportexpert@62.210.246.156:current
|
||||
```
|
||||
Reference in New Issue
Block a user