service-nextcloud/app.json
Glenn Y. Rolland 7381845b87
All checks were successful
continuous-integration/drone/push Build is passing
deploy: Use postdeploy script
2023-02-26 01:08:17 +01:00

8 lines
114 B
JSON

{
"scripts": {
"dokku": {
"postdeploy": "su -l -s /bin/sh www-data -c /app/postdeploy.sh"
}
}
}