Fix typo in deployment-tasks.md

This commit is contained in:
Matthias Loker
2016-03-30 08:31:14 +02:00
parent 9dfe14fe33
commit aa2f02b1d2

View File

@@ -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": {