Hey @aarondfrancis,
First of all thanks for this excellent package. Appreciate your efforts.
So, I have installed this packages and updated my deployment bash script as mentioned on the docs page
After making this changes, I ran the deployment script to check if npm run prod takes lesser time but it wasn't the case (previously it was taking ~8000ms too).

Am I missing some point here?
Secondly as of now, I am using FilesystemDriver so the built files are stored on the same disk inside the storage folder. I want to move to GH actions and wanted some help/understanding, if possible. So, I saw the GH workflow file changes mentioned on the doc here but can you help me when should this workflow be executed? should it be after every merge? ... And how does deployment script change when using GH actions?
Thanks,
Milan
Hey @aarondfrancis,
First of all thanks for this excellent package. Appreciate your efforts.
So, I have installed this packages and updated my deployment bash script as mentioned on the docs page
After making this changes, I ran the deployment script to check if
npm run prodtakes lesser time but it wasn't the case (previously it was taking ~8000ms too).Am I missing some point here?
Secondly as of now, I am using
FilesystemDriverso the built files are stored on the same disk inside thestoragefolder. I want to move to GH actions and wanted some help/understanding, if possible. So, I saw the GH workflow file changes mentioned on the doc here but can you help me when should this workflow be executed? should it be after every merge? ... And how does deployment script change when using GH actions?Thanks,
Milan