changed indentation of webhook.conf
This commit is contained in:
parent
190db8df1e
commit
1024cf844a
1 changed files with 17 additions and 16 deletions
|
@ -2035,21 +2035,22 @@ Ensuite, nous avons mis en place l'environnement serveur requis pour le déploie
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
// webhook.conf
|
// webhook.conf
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"id": "update-staging",
|
"id": "update-staging",
|
||||||
"execute-command": "/home/wns_student/apps/oros/staging/fetch-and-deploy.sh",
|
"execute-command": "/home/wns_student/apps/oros/staging/fetch-and-deploy.sh",
|
||||||
"command-working-directory": "/home/wns_student/apps/oros/staging/"
|
"command-working-directory": "/home/wns_student/apps/oros/staging/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "update-prod",
|
"id": "update-prod",
|
||||||
"execute-command": "/home/wns_student/apps/oros/prod/fetch-and-deploy.sh",
|
"execute-command": "/home/wns_student/apps/oros/prod/fetch-and-deploy.sh",
|
||||||
"command-working-directory": "/home/wns_student/apps/oros/prod/"
|
"command-working-directory": "/home/wns_student/apps/oros/prod/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
```
|
```
|
||||||
|
|
||||||
\newpage
|
\newpage
|
||||||
|
|
||||||
# Securité de l’application
|
# Securité de l’application
|
||||||
|
|
Loading…
Reference in a new issue