benwinding/dokku-pages

dokku-pages using deprecated plugin trigger 'pre-build-dockerfile'

Opened this issue · 1 comments

I get the error message:

Deprecated: please upgrade plugin to use 'pre-build' plugin trigger instead of pre-build-dockerfile

in my deployment logs. It's okay for now but I'm guessing in the future this will be a problem as it's deprecated in dokku now 😅

This is using the --minimal flag for dokku pages deployment; I'm on the latest version of Dokku.

Let me know if you need any other deets!

Thanks for reporting!

It's been a while since I dove into this package, I can't seem to see any references to pre-build-dockerfile at all... 🤔

Deprecated: please upgrade plugin to use 'pre-build' plugin trigger instead of pre-build-dockerfile

This message is probably coming from dokku on the server, and means you need to upgrade something.

This dokku-pages package simply pushes "static files" + "Dockerfile" to "git" and doesn't even know about any plugins on your dokku server