You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Using Airdrop, you would skip the npm run prod step altogether. Airdrop will download built assets and put them in place so that you don't have to run the build step at all.
As for GH actions, you would perhaps run this as a part of your deployment workflow. So if you're deploying from GHA, you can use Airdrop to skip the asset building if you wanted!
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 thestorage
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
The text was updated successfully, but these errors were encountered: