diff --git a/docs/deployment/deployment-tasks.md b/docs/deployment/deployment-tasks.md index edc3188d305..4ae65fa0fb3 100644 --- a/docs/deployment/deployment-tasks.md +++ b/docs/deployment/deployment-tasks.md @@ -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": {