Skip to content

Commit

Permalink
feat(hook): Se agrego postdeploy con delay para que :huemul: alcance …
Browse files Browse the repository at this point in the history
…a despertar (#216)
  • Loading branch information
lgaticaq authored and gmq committed Apr 4, 2017
1 parent 84e863b commit 35c18cb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app.json
@@ -0,0 +1,7 @@
{
"scripts": {
"dokku": {
"postdeploy": "sleep 5 && curl --data \"action=post-deploy&app=Huemul&url=https://huemul.devschile.cl\" https://huemul.devschile.cl/dokku/huemul-devs"
}
}
}

0 comments on commit 35c18cb

Please sign in to comment.