- add stripe checkout button in each training pages

This commit is contained in:
2025-01-29 10:33:37 +01:00
parent 450331ea34
commit b2d8530650
13 changed files with 35 additions and 13 deletions

View File

@@ -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
```