mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #2049 from mmlkrx/patch-1
Fix typo in deployment-tasks.md
This commit is contained in:
@@ -30,7 +30,7 @@ Simply place an `app.json` file in the root of your repository or for dockerfile
|
||||
"scripts": {
|
||||
"dokku": {
|
||||
"predeploy": "touch /app/predeploy.test",
|
||||
"postdeploy": "curl https://some.external.api.service.com/deployment?state=succuss"
|
||||
"postdeploy": "curl https://some.external.api.service.com/deployment?state=success"
|
||||
}
|
||||
},
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user