If you run php artisan vendor:publish then it will give you a clockwork config file in which you will find this line:
'enable' => env('CLOCKWORK_ENABLE', null),
this means that by default Clockwork is disabled.. but if on the production server you have CLOCKWORK_ENABLE=true then you need to either remove that or set it to false hope this helps.